Query market fees
Get default spot and futures maker/taker fee rates, custom per-market overrides, and RPI maker fee premiums via the WhiteBIT V4 API.
Authorizations
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Query Parameters
Optional. Currently ignored by the API — all market fees are returned regardless of the value provided. Retained for backward compatibility. Example: BTC_USDT
"BTC_USDT"
Response
Successful response
null
Taker fee percentage
"0.1"
Maker fee percentage
"0.1"
Default effective futures taker fee percentage. The system returns the lower value between the custom fee (if assigned) and the default market fee.
"0.035"
Default effective futures maker fee percentage. The system returns the lower value between the custom fee (if assigned) and the default market fee.
"0.01"
Additional maker fee percentage applied on top of the maker rate when a Retail Price Improvement (RPI) order executes on a spot or margin market. The effective RPI maker rate equals maker plus rpi_maker_fee_premium. The field returns null when the RPI order mode is not enabled for the account or when no premium is configured.
"0.015"
Additional maker fee percentage applied on top of the futures_maker rate when a Retail Price Improvement (RPI) order executes on a futures market. The effective futures RPI maker rate equals futures_maker plus futures_rpi_maker_fee_premium. The field returns null when the RPI order mode is not enabled for the account or when no premium is configured.
"0.01"
Per-market fee overrides, keyed by market name. Each value contains the market's custom taker and maker rates.