Market info
Get detailed configuration and trading rules for all available markets on WhiteBIT via the V4 API.
Response
Successful response
Market pair name
"SON_USD"
Ticker of stock currency
"SON"
Ticker of money currency. Perpetual futures markets report USDT as the money currency.
"USD"
Maximum number of decimal places for the base (stock) currency quantity. Represented as a stringified integer.
"3"
Maximum number of decimal places for the quote (money) currency amount. Represented as a stringified integer.
"2"
Maximum number of decimal places used when calculating fees. Represented as a stringified integer.
"4"
Default maker fee as a percentage value (e.g., "0.1" means 0.1%). Divide by 100 to convert to a decimal ratio. GET /api/v4/public/assets reports maker_fee in the same format.
"0.1"
Default taker fee as a percentage value (e.g., "0.1" means 0.1%). Divide by 100 to convert to a decimal ratio. GET /api/v4/public/assets reports taker_fee in the same format.
"0.1"
Minimum order quantity in the base (stock) currency.
"0.001"
Minimum order total in the quote (money) currency.
"0.001"
Maximum order total (quantity × price) in the quote (money) currency. "0" indicates no upper limit.
"10000000000"
Indicates whether trading is enabled. The response includes only markets enabled for trading, so the value is always true.
true
Indicates whether margin trading is enabled
true
Market type. Possible values: spot, futures, tradfiFutures
spot, futures, tradfiFutures "spot"
Indicates whether the market is a traditional-finance (TradFi) futures market. Always paired with type: tradfiFutures. TradFi futures markets are region-gated and omitted from the response entirely where not available.
false
Announced delisting date as a Unix timestamp in seconds. null when no delisting is announced for the market. The field is always present in the response.
1786752000
Minimal price step a limit order price must be a multiple of. Passed through verbatim from the trade engine; an empty string when the engine does not provide the value for the market. From September 18, 2026, an order price that is not a multiple of this value is rejected.
"0.01"
Minimal quantity step an order amount must be a multiple of. Passed through verbatim from the trade engine; an empty string when the engine does not provide the value for the market. From September 18, 2026, an order amount that is not a multiple of this value is rejected.
"0.001"