cURL
curl --request GET \ --url https://whitebit.com/api/v2/public/markets
{ "success": true, "message": null, "result": [ { "name": "SON_USD", "stock": "SON", "money": "USD", "stockPrec": "3", "moneyPrec": "2", "feePrec": "4", "makerFee": "0.1", "takerFee": "0.1", "minAmount": "0.001", "minTotal": "0.001", "tradesEnabled": true } ] }
This endpoint retrieves all information about available markets.
Response is cached for: 1 second
Successful response
true
null
Show child attributes
Market pair name
"SON_USD"
Ticker of stock currency
"SON"
Ticker of money currency
"USD"
Stock currency precision
"3"
Precision of money currency
"2"
Fee precision
"4"
Default maker fee percent
"0.1"
Default taker fee percent
Minimal amount of stock to trade
"0.001"
Minimal amount of money to trade
Is trading enabled