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",
"is_frozen": false,
"change": "0.57"
}
}Get 24-hour trading activity statistics for all markets on WhiteBIT via the V4 API.
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",
"is_frozen": false,
"change": "0.57"
}
}Successful response
Show child attributes
Was this page helpful?