cURL
curl --request GET \ --url https://whitebit.com/api/v1/public/markets
{ "success": true, "message": null, "result": [ { "name": "BTC_USDT", "stock": "BTC", "money": "USDT", "stockPrec": "6", "moneyPrec": "2", "feePrec": "4", "makerFee": "0.001", "takerFee": "0.001", "minAmount": "0.0001" } ] }
This endpoint retrieves all information about available markets.
Response is cached for: 1 second
Rate limit 1000 requests/10 sec.
Successful response
true
null
Show child attributes
Name of market pair
"BTC_USDT"
Ticker of stock currency
"BTC"
Ticker of money currency
"USDT"
Precision of stock currency
"6"
Precision of money currency
"2"
Precision of fee
"4"
Default maker fee ratio
"0.001"
Default taker fee ratio
Minimal amount of stock to trade
"0.0001"