cURL
curl --request POST \ --url https://api.orderly.org/v1/broker/fee_rate/default \ --header 'Content-Type: application/json' \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>' \ --data '{ "maker_fee_rate": 123, "taker_fee_rate": 123 }'
{ "success": true, "timestamp": 1702989203989 }
Limit: 1 requests per second
POST /v1/broker/fee_rate/default
Update the default fee rate for users assigned to a default fee rate.
Scope: Only each builder_id’s admin wallet can call this endpoint
OK
The response is of type object.
object