Messages
{
"req": "sub",
"chs": [
"statistics::all"
]
}{
"req": "unsub",
"chs": [
"statistics::all"
]
}{
"data": []
}{
"data": []
}{
"ch": "statistics::all",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"iid": 1,
"vol": "1000.00",
"open": "100.50",
"klines": [
[
1767225600000,
"100.00",
"105.00",
"99.00",
"102.00",
"500.00",
42
]
]
}
]
}Perps WebSocket 24-hour statistics updates.
WSS
/
v1
/
ws
Messages
{
"req": "sub",
"chs": [
"statistics::all"
]
}{
"req": "unsub",
"chs": [
"statistics::all"
]
}{
"data": []
}{
"data": []
}{
"ch": "statistics::all",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"iid": 1,
"vol": "1000.00",
"open": "100.50",
"klines": [
[
1767225600000,
"100.00",
"105.00",
"99.00",
"102.00",
"500.00",
42
]
]
}
]
}Subscribe
type:object
Subscribe to 24-hour statistics updates for all instruments or a specific one
Unsubscribe
type:object
Unsubscribe from statistics updates
Subscribe Response
type:object
Response to statistics subscribe request
Unsubscribe Response
type:object
Response to statistics unsubscribe request
Update
type:object
24-hour statistics for subscribed instruments
Was this page helpful?
⌘I