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