Skip to main content

Query Sub Account COIN-Ⓜ Futures Commission

Query Sub Account COIN-Ⓜ Futures Commission Adjustment

GET /sapi/v1/broker/subAccountApi/commission/coinFutures

  • The sub-account's COIN-Ⓜ futures commission of a symbol equals to the base commission of the symbol on the sub-account's fee tier plus the commission adjustment.

Parameters:

NameTypeMandatoryDescription
subAccountIdSTRINGYES
pairSTRINGNOBTCUSD
recvWindowLONGNO
timestampLONGYES
  • If symbol not sent, commission adjustment of all symbols will be returned.
  • If futures disabled, it is not allowed to set subaccount's COIN-Ⓜ futures commission adjustment on any symbol.
  • Different symbols have the same commission for the same pair

Response:

[
{
"subAccountId": 1,
"pair": "BTCUSD",
"makerCommission": 450, // COIN-Ⓜ futures commission (after adjusted) for maker
"takerCommission": 550, // COIN-Ⓜ futures commission (after adjusted) for taker
},
{
"subAccountId": 1,
"pair": "ETHUSD",
"makerCommission": 400,
"takerCommission": 500,
},
]