Skip to main content
POST
/
v1
/
broker
/
fee_rate
/
set_default
Reset User Fee Rate
curl --request POST \
  --url https://api.perpo.trade/v1/broker/fee_rate/set_default \
  --header 'Content-Type: application/json' \
  --header 'perpo-account-id: <perpo-account-id>' \
  --header 'perpo-key: <perpo-key>' \
  --header 'perpo-signature: <perpo-signature>' \
  --header 'perpo-timestamp: <perpo-timestamp>' \
  --data '
{
  "account_ids": [
    "<string>"
  ]
}
'
{
  "success": true,
  "timestamp": 1702989203989
}

Headers

perpo-timestamp
string
required
perpo-account-id
string
required
perpo-key
string
required
perpo-signature
string
required

Body

application/json
account_ids
string[]
required

List of account_ids for which the fees need to be changed

Response

200 - application/json

OK

success
boolean
required
Example:

true

timestamp
integer
Example:

1702989203989