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
| Name | Type | Mandatory | Description |
|---|---|---|---|
| RecvWindow | LONG | NO | No more than 60000 |
| timestamp | LONG | YES | |
| userId | LONG | NO | |
| symbol | STRING | YES |
Example Response
{
"userId": 103909,
"symbol": "BNBUSDT",
"makerCommission": "0.001",
"takerCommission": "0.001"
}