Messages
No examples found{
"type": "<string>",
"sid": 123,
"seq": 123,
"msg": {
"market_ticker": "<string>",
"price": "<string>",
"delta": "<string>",
"side": "<string>",
"last_update_reason": "<string>",
"client_order_id": "<string>",
"ts_ms": 123,
"subaccount": 123
}
}WebSockets
Orderbook Updates
Real-time margin orderbook price-level changes.
Requirements:
- authenticated connection
- market specification required via
market_tickerormarket_tickers - sends
orderbook_snapshotfirst, then incrementalorderbook_deltaupdates - supports
get_snapshotonupdate_subscriptionto request a fresh snapshot without changing the subscription
WSS
orderbook_delta
Messages
No examples found{
"type": "<string>",
"sid": 123,
"seq": 123,
"msg": {
"market_ticker": "<string>",
"price": "<string>",
"delta": "<string>",
"side": "<string>",
"last_update_reason": "<string>",
"client_order_id": "<string>",
"ts_ms": 123,
"subaccount": 123
}
}apiKey
type:apiKey
API key authentication required for margin WebSocket connections.
Orderbook Snapshot
type:object
Complete view of the margin order book's aggregated price levels
Orderbook Delta
type:object
Update to be applied to the current margin order book view