Market Info
API v4
Market Info
This endpoint retrieves all information about available spot and futures markets.
Response is cached for: 1 second
GET
Market Info
Documentation Index
Fetch the complete documentation index at: https://whitebit-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Response
Successful response
Market pair name
Example:
"SON_USD"
Ticker of stock currency
Example:
"SON"
Ticker of money currency
Example:
"USD"
Stock currency precision
Example:
"3"
Precision of money currency
Example:
"2"
Fee precision
Example:
"4"
Default maker fee ratio
Example:
"0.001"
Default taker fee ratio
Example:
"0.001"
Minimal amount of stock to trade
Example:
"0.001"
Minimal amount of money to trade
Example:
"0.001"
Maximum total(amount * price) of money to trade
Example:
"10000000000"
Is trading enabled
Example:
true
Is margin trading enabled
Example:
true
Market type. Possible values: spot, futures
Available options:
spot, futures Example:
"spot"