binance_get_commission_rates
Retrieve exact maker, taker, buyer, and seller commission rates for any symbol, including special-tier overrides and BNB discounts. Confirm applicable fees before trading.
Instructions
Get the account's standard/special/tax commission rates for one symbol.
Calls GET /api/v3/account/commission (SIGNED, USER_DATA). IP weight 20 per call.
When to Use:
To see the exact maker/taker/buyer/seller commission that will apply on a given symbol, including any special-tier override, tax commission, or a BNB-style fee discount.
When NOT to Use:
For the account's default (non-symbol-specific) commission rates — use
binance_get_spot_account, which echoescommissionRatestoo.
Returns: A markdown block (or JSON) with the symbol, standard/special/tax commission blocks (maker/taker/buyer/seller via fmt_num), and the discount block (enabled-for-account, enabled-for-symbol, discount asset, rate).
Examples: params = {"symbol": "BTCUSDT"}
Error Handling:
-1121 means an invalid or unknown symbol — check binance_get_exchange_info.
-2015 means the key lacks Reading permission or the IP is not allowlisted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |