Skip to main content
Query Market Fees

Authorizations

X-TXC-APIKEY
string
header
required

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Query Parameters

market
string

Optional. Currently ignored by the API — all market fees are returned regardless of the value provided. Retained for backward compatibility. Example: BTC_USDT

Example:

"BTC_USDT"

Response

Successful response

error
string | null
Example:

null

taker
string

Taker fee percentage

Example:

"0.1"

maker
string

Maker fee percentage

Example:

"0.1"

futures_taker
string

Default effective futures taker fee rate. The system returns the lower value between the custom fee (if assigned) and the default market fee.

Example:

"0.0002"

futures_maker
string

Default effective futures maker fee rate. The system returns the lower value between the custom fee (if assigned) and the default market fee.

Example:

"0.0001"

custom_fee
object

Per-market fee overrides, keyed by market name. Each value contains the market's custom taker and maker rates.

Example: