Subscribe to Aggregated Orderbook
Subscribe to real-time orderbook updates for specific trading pairs across multiple exchanges.
Subscribe to Specific Exchanges
Request:
Success Response:
Subscribe to All Available Exchanges
Request:
Success Response:
Real-time Orderbook Updates
Once subscribed, you’ll receive continuous orderbook updates:
Subscription Management
Get Current Orderbook Snapshot
Request the current orderbook state for an active subscription:
Request:
Response:
Unsubscribe from Symbol
Stop receiving updates for a specific trading pair:
Request:
Response:
Subscription Errors
Invalid Symbol
Exchange Not Available
No Active Subscription
Data Structure
Orderbook Entry
Each bid/ask entry contains:
Market Statistics
Real-time market statistics included with each update:
Best Practices
Subscription Management
- Subscribe only to needed symbols
- Unsubscribe from unused pairs
- Monitor subscription count
- Handle subscription errors gracefully
Data Processing
- Process updates efficiently
- Implement proper buffering
- Handle high-frequency updates
- Monitor memory usage
Code Examples
Python Subscription Manager
JavaScript Subscription Handler
Each subscription consumes data from your 50GB monthly limit. Monitor your usage and unsubscribe from unused symbols to conserve data.