cURL
curl --request GET \ --url https://whitebit.com/api/v4/public/ticker
{ "BTC_USDT": { "base_id": 1, "quote_id": 825, "last_price": "9164.09", "quote_volume": "43341942.90416876", "base_volume": "4723.286463", "isFrozen": false, "change": "0.57" } }
This endpoint retrieves a 24-hour pricing and volume summary for each market pair available on the exchange.
Response is cached for: 1 second
Rate limit 2000 requests/10 sec.
Successful response
Show child attributes