Messages
{
"req": "sub",
"chs": [
"withdrawals"
]
}{
"req": "unsub",
"chs": [
"withdrawals"
]
}{
"data": []
}{
"data": []
}{
"ch": "withdrawals",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"asset": "USDC",
"amount": "100000000",
"fee": "5.00",
"to": "0x1234567890abcdef1234567890abcdef12345678",
"status": "pending",
"hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}
]
}Perps WebSocket private withdrawal updates.
WSS
/
v1
/
ws
Messages
{
"req": "sub",
"chs": [
"withdrawals"
]
}{
"req": "unsub",
"chs": [
"withdrawals"
]
}{
"data": []
}{
"data": []
}{
"ch": "withdrawals",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"asset": "USDC",
"amount": "100000000",
"fee": "5.00",
"to": "0x1234567890abcdef1234567890abcdef12345678",
"status": "pending",
"hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}
]
}Subscribe
type:object
Subscribe to private withdrawal updates (requires prior auth)
Unsubscribe
type:object
Unsubscribe from private withdrawal updates
Subscribe Response
type:object
Response to withdrawals subscribe request
Unsubscribe Response
type:object
Response to withdrawals unsubscribe request
Update
type:object
Withdrawal status updates for authenticated users
Was this page helpful?
⌘I