Skip to main content

Query Sub Account USDT-Ⓜ Futures Commission

Query Sub Account USDT-Ⓜ Futures Commission Adjustment

GET /sapi/v1/broker/subAccountApi/commission/futures

  • The sub-account's USDT-Ⓜ 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
symbolSTRINGNO
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 USDT-Ⓜ futures commission adjustment on any symbol.

Response:

[
{
"subAccountId": 1,
"symbol": "BTCUSDT",
"makerCommission": 450, // USDT-Ⓜ futures commission (after adjusted) for maker
"takerCommission": 550, // USDT-Ⓜ futures commission (after adjusted) for taker
},
{
"subAccountId": 1,
"symbol": "ETHUSDT",
"makerCommission": 400,
"takerCommission": 500,
},
]