Messages
{
"req": "sub",
"chs": [
"tickers::all"
]
}{
"req": "unsub",
"chs": [
"tickers::all"
]
}{
"data": []
}{
"data": []
}{
"ch": "tickers::all",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"iid": 1,
"idx": "100.00",
"mark": "100.00",
"last": "100.00",
"mid": "100.00",
"oi": "10.00",
"fr": "0.0001",
"nxf": 1767225600000
}
]
}Perps WebSocket ticker updates.
WSS
/
v1
/
ws
Messages
{
"req": "sub",
"chs": [
"tickers::all"
]
}{
"req": "unsub",
"chs": [
"tickers::all"
]
}{
"data": []
}{
"data": []
}{
"ch": "tickers::all",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"iid": 1,
"idx": "100.00",
"mark": "100.00",
"last": "100.00",
"mid": "100.00",
"oi": "10.00",
"fr": "0.0001",
"nxf": 1767225600000
}
]
}Subscribe
type:object
Subscribe to ticker updates for all instruments or a specific one
Unsubscribe
type:object
Unsubscribe from ticker updates
Subscribe Response
type:object
Response to tickers subscribe request
Unsubscribe Response
type:object
Response to tickers unsubscribe request
Update
type:object
Real-time ticker updates for subscribed instruments
Was this page helpful?
⌘I