Returns maker and taker fees for a specific market.
The maker and taker fields represent spot trading fees. The futures_maker and futures_taker fields represent futures trading fees.
The system calculates the effective futures fee as the lower value between the user-specific custom fee and the market-specific fee.
When the market fee is lower than the assigned custom fee, the system returns the market fee.
Example: If the custom futures taker fee equals 0.026 and the market fee equals 0.02, the response returns 0.02.
API Key authentication for private endpoints.
Required headers:
Market to query.
If the request includes the market parameter, the system returns fees for the specified market only.
When fee values are identical across markets, the response contains identical values regardless of the specified market.
Example: BTC_USDT
"BTC_USDT"
Successful response
null
Taker fee percentage
"0.1"
Maker fee percentage
"0.1"
Effective futures taker fee rate for the specified market. The system returns the lower value between the custom fee (if assigned) and the default market fee.
"0.0002"
Effective futures maker fee rate for the specified market. The system returns the lower value between the custom fee (if assigned) and the default market fee.
"0.0001"