Skip to main content
POST
Update user fee rate

Headers

orderly-timestamp
string
required

Timestamp of the signed request in milliseconds.

orderly-account-id
string
required

Account ID of the authenticated account.

orderly-key
string
required

Public orderly key used to sign the request.

orderly-signature
string
required

Signature of the request payload generated with the orderly key.

Body

application/json
maker_fee_rate
number
required

Maker fee charged to users (0.0001 = 0.01%). Must be set in decimal-rate increments of 0.00001 (0.001% or 0.1 bps).

taker_fee_rate
number
required

Taker fee charged to users (0.0001 = 0.01%). Must be set in decimal-rate increments of 0.00001 (0.001% or 0.1 bps).

account_ids
string[]
required

List of account_ids for which the fees need to be changed

rwa_taker_fee_rate
number

RWA taker fee charged to users (0.0001 = 0.01%). Must be set in decimal-rate increments of 0.00001 (0.001% or 0.1 bps).

rwa_maker_fee_rate
number

RWA maker fee charged to users (0.0001 = 0.01%). Must be set in decimal-rate increments of 0.00001 (0.001% or 0.1 bps).

Response

200 - application/json

OK

success
boolean
required

Indicates whether the request was successful.

Example:

true

timestamp
integer

Server timestamp in milliseconds.

Example:

1702989203989