Messages
WebSockets
Orderbook Updates
Real-time orderbook price level changes. Provides incremental updates to maintain a live orderbook.
Requirements:
- Authentication required
- Market specification required:
- Use
market_ticker(string) for a single market - Use
market_tickers(array of strings) for multiple markets market_id/market_idsare not supported for this channel
- Use
- Sends
orderbook_snapshotfirst, then incrementalorderbook_deltaupdates - Supports
update_subscriptionwithadd_markets/delete_markets/get_snapshotactions get_snapshotreturns anorderbook_snapshotfor the requestedmarket_tickerswithout modifying the subscription
Use case: Building and maintaining a real-time orderbook
WSS
Messages