cURL
curl --request GET \ --url https://whitebit.com/api/v1/public/ticker
{ "success": true, "message": null, "result": { "open": "9267.98", "bid": "9417.4", "ask": "9421.64", "low": "9203.13", "high": "9469.99", "last": "9419.55", "volume": "27303.824558", "deal": "254399191.68843464", "change": "1.63" } }
This endpoint retrieves information about recent trading activity on the requested market.
Response is cached for: 1 second
Rate limit 1000 requests/10 sec.
Available market. Example: BTC_USDT
"ETH_BTC"
Successful response
true
null
Show child attributes