Messages
{
"id": 14,
"method": "marketToday_query",
"params": [
"ETH_BTC"
]
}{
"id": 15,
"method": "marketToday_subscribe",
"params": [
"ETH_BTC",
"BTC_USDT"
]
}No examples found{
"id": 14,
"result": {
"last": "0.020981",
"open": "0.02035",
"high": "0.020988",
"low": "0.020281",
"volume": "135220.218",
"deal": "2776.587022649"
},
"error": null
}{
"id": 123,
"result": {
"status": "<string>"
},
"error": null
}{
"id": null,
"method": "marketToday_update",
"params": [
"ETH_BTC",
{
"last": "0.020964",
"open": "0.020349",
"high": "0.020997",
"low": "0.020281",
"volume": "135574.476",
"deal": "2784.413999488"
}
]
}WebSocket API
Market statistics for current day UTC
WSS
/
ws
Documentation Index
Fetch the complete documentation index at: https://whitebit-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Messages
{
"id": 14,
"method": "marketToday_query",
"params": [
"ETH_BTC"
]
}{
"id": 15,
"method": "marketToday_subscribe",
"params": [
"ETH_BTC",
"BTC_USDT"
]
}No examples found{
"id": 14,
"result": {
"last": "0.020981",
"open": "0.02035",
"high": "0.020988",
"low": "0.020281",
"volume": "135220.218",
"deal": "2776.587022649"
},
"error": null
}{
"id": 123,
"result": {
"status": "<string>"
},
"error": null
}{
"id": null,
"method": "marketToday_update",
"params": [
"ETH_BTC",
{
"last": "0.020964",
"open": "0.020349",
"high": "0.020997",
"low": "0.020281",
"volume": "135574.476",
"deal": "2784.413999488"
}
]
}Market Today Query
type:object
Get market statistics for current day UTC
Subscribe to Market Today
type:object
Subscribe to current day market statistics
Unsubscribe from Market Today
type:object
Stop receiving market today updates
Market Today Response
type:object
Market statistics for current day UTC
Subscribe Response
type:object
Subscription confirmation
Market Today Update
type:object
Periodic market today statistics update (every 1 second)
⌘I