Query market fees
Get default spot and futures maker/taker fee rates, plus any custom per-market overrides, 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 rate. The system returns the lower value between the custom fee (if assigned) and the default market fee.
"0.0002"
Default effective futures maker fee rate. The system returns the lower value between the custom fee (if assigned) and the default market fee.
"0.0001"
Per-market fee overrides, keyed by market name. Each value contains the market's custom taker and maker rates.