Trade
Query Commission Rates (USER_DATA)
Get current account commission rates.
Weight: 20
get/api/v3/account/commission
Query parameters
symbolstring required
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Current account commission rates.
Example response
{
"symbol": "BTCUSDT",
"standardCommission": {
"maker": "0.00000010",
"taker": "0.00000020",
"buyer": "0.00000030",
"seller": "0.00000040"
},
"taxCommission": {
"maker": "0.00000112",
"taker": "0.00000114",
"buyer": "0.00000118",
"seller": "0.00000116"
},
"discount": {
"enabledForAccount": true,
"enabledForSymbol": true,
"discountAsset": "BNB",
"discount": "0.25000000"
}
}