Messages
{
"req": "sub",
"chs": [
"orders"
]
}{
"req": "unsub",
"chs": [
"orders"
]
}{
"data": []
}{
"data": []
}{
"ch": "orders",
"ts": 1767225600000,
"sq": 1234567890,
"data": {
"oid": 1234567890,
"iid": 1,
"buy": true,
"p": "100.00",
"qty": "10.00",
"tif": "gtc",
"po": false,
"ro": false,
"rest": "9.00",
"fill": "1.00",
"cts": 1767225600000,
"uts": 1767225600000,
"status": "open",
"coid": "550e8400e29b41d4a716446655440000"
}
}Perps WebSocket private order updates.
WSS
/
v1
/
ws
Messages
{
"req": "sub",
"chs": [
"orders"
]
}{
"req": "unsub",
"chs": [
"orders"
]
}{
"data": []
}{
"data": []
}{
"ch": "orders",
"ts": 1767225600000,
"sq": 1234567890,
"data": {
"oid": 1234567890,
"iid": 1,
"buy": true,
"p": "100.00",
"qty": "10.00",
"tif": "gtc",
"po": false,
"ro": false,
"rest": "9.00",
"fill": "1.00",
"cts": 1767225600000,
"uts": 1767225600000,
"status": "open",
"coid": "550e8400e29b41d4a716446655440000"
}
}Subscribe
type:object
Subscribe to private order updates (requires prior auth)
Unsubscribe
type:object
Unsubscribe from private order updates
Subscribe Response
type:object
Response to orders subscribe request
Unsubscribe Response
type:object
Response to orders unsubscribe request
Update
type:object
Real-time order updates for authenticated users
Was this page helpful?
⌘I