Skip to main content

Query Symbol Commission Fee

  • The master account can query the fee rate on a specific symbol of the specified sub-account
  • Broker accounts are not supported
  • The fee rate does not include the Spot market maker rebate rate
  • The fee rate does not reflect the impact of the BNB discount

HTTP Request

GET /sapi/v1/commission/queryCommissionFee

Weight(UID)

6000

Request Parameters

NameTypeMandatoryDescription
RecvWindowLONGNONo more than 60000
timestampLONGYES
userIdLONGNO
symbolSTRINGYES

Example Response

{
"userId": 103909,
"symbol": "BNBUSDT",
"makerCommission": "0.001",
"takerCommission": "0.001"
}