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" } }
The endpoint retrieves a 24-hour pricing and volume summary for each market pair available on the exchange.
The API caches the response for 1 second
Rate limit: 2000 requests/10 sec. See Public API V4 overview for rate limit details.
Successful response
Show child attributes
Was this page helpful?