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 coming soon and are not yet returned; once available they 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