cURL
curl --request GET \ --url https://whitebit.com/api/v2/public/ticker
{ "success": true, "message": null, "result": [ { "lastUpdateTimestamp": "2020-07-10T13:37:27.000Z", "tradingPairs": "ETH_BTC", "lastPrice": "0.026014", "lowestAsk": "0.026027", "highestBid": "0.026001", "baseVolume24h": "13445.988", "quoteVolume24h": "350.113082102", "tradesEnabled": true } ] }
This endpoint retrieves information on recent trading activity on all markets.
Response is cached for: 1 second
Successful response
true
null
Show child attributes