Returns maker and taker fees for all markets, including assigned custom fees.
The maker and taker fields represent default spot trading fees.
The futures_maker and futures_taker fields represent effective futures fees. The effective futures fee equals the lower value between the assigned custom fee and the default market fee.
The custom_fee object contains market-specific custom spot fees.
API Key authentication for private endpoints.
Required headers:
Successful response
null
Default taker fee percentage
"0.1"
Default maker fee percentage
"0.1"
Futures taker fee rate (default or custom if assigned)
"0.0002"
Futures maker fee rate (default or custom if assigned)
"0.0001"
Custom fees for specific markets
{
"BTC_USDT": ["0.1", "0.2"],
"ETH_USDT": ["0.1", "0.2"]
}