Query market fee for a single market
Get the effective maker and taker fee for one spot, margin, or futures market 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)).
Body
Response
Successful response
null
Effective taker fee percentage for the requested market
"0.1"
Effective maker fee percentage for the requested market
"0.1"
Coming soon: this field is not yet returned by the endpoint. Additional maker fee percentage applied on top of maker when a Retail Price Improvement (RPI) order executes on a spot or margin market. The effective RPI maker rate equals maker plus this premium. On futures markets the field repeats futures_rpi_maker_fee_premium for backward compatibility and is deprecated — read futures_rpi_maker_fee_premium instead. The field returns null when the RPI order mode is not enabled for the account or when no premium is configured.
"0.015"
Coming soon: this field is not yet returned by the endpoint. Additional maker fee percentage applied on top of maker when a Retail Price Improvement (RPI) order executes on a futures market. The effective RPI maker rate equals maker plus this premium. The field returns null on spot and margin markets, when the RPI order mode is not enabled for the account, or when no premium is configured.
"0.01"