Messages
{
"req": "sub",
"chs": [
"fills"
]
}{
"req": "unsub",
"chs": [
"fills"
]
}{
"data": []
}{
"data": []
}{
"ch": "fills",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"tid": 1,
"oid": 1234567890,
"iid": 1,
"side": "long",
"p": "100.00",
"qty": "10.00",
"fee": "1.25",
"fea": "USDC",
"psz": "26.86",
"pep": "100.00",
"pnl": "100.00",
"ts": 1767225600000,
"coid": "550e8400e29b41d4a716446655440000"
}
]
}Perps WebSocket private fill updates.
WSS
/
v1
/
ws
Messages
{
"req": "sub",
"chs": [
"fills"
]
}{
"req": "unsub",
"chs": [
"fills"
]
}{
"data": []
}{
"data": []
}{
"ch": "fills",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"tid": 1,
"oid": 1234567890,
"iid": 1,
"side": "long",
"p": "100.00",
"qty": "10.00",
"fee": "1.25",
"fea": "USDC",
"psz": "26.86",
"pep": "100.00",
"pnl": "100.00",
"ts": 1767225600000,
"coid": "550e8400e29b41d4a716446655440000"
}
]
}Subscribe
type:object
Subscribe to private fill updates (requires prior auth)
Unsubscribe
type:object
Unsubscribe from private fill updates
Subscribe Response
type:object
Response to fills subscribe request
Unsubscribe Response
type:object
Response to fills unsubscribe request
Update
type:object
Real-time fill updates for authenticated users
Was this page helpful?
⌘I