Message Format
Subscribe to Specific Exchanges
Request:type(string, required): Must be “subscribe_aggregated”symbol(string, required): Trading pair in format “BASE/QUOTE” (e.g., “BTC/USDT”)exchanges(array, required): List of exchange names to aggregate data from
Subscribe to All Available Exchanges
Request:exchanges(string): Use “all” to subscribe to all available exchanges for the symbol
Response Messages
Successful Subscription
Response:type: Always “aggregated_subscription_response”symbol: The trading pair you subscribed toexchanges: Array of exchanges that were successfully subscribed torequested: Array of exchanges that were requested (for comparison)success: Boolean indicating if subscription was successfulmessage: Human-readable success messagesubscription_id: Unique identifier for this subscription
Subscription to All Exchanges
Response:Real-time Updates
Once subscribed, you’ll receive continuous orderbook updates:Error Responses
Invalid Symbol
Exchange Not Available
Authentication Required
Supported Symbols
Major Trading Pairs
- BTC/USDT - Bitcoin/Tether (most liquid)
- ETH/USDT - Ethereum/Tether
- BNB/USDT - Binance Coin/Tether
- ADA/USDT - Cardano/Tether
- SOL/USDT - Solana/Tether
- XRP/USDT - Ripple/Tether
Quote Currencies
- USDT - Tether (most common)
- USD - US Dollar
- EUR - Euro
- BTC - Bitcoin pairs
- ETH - Ethereum pairs
Supported Exchanges
Tier 1 Exchanges (High Volume)
- binance - Binance
- okx - OKX
- bybit - Bybit
- kucoin - KuCoin
- gate - Gate.io
- mexc - MEXC
Tier 2 Exchanges
- bitget - Bitget
- cryptocom - Crypto.com
- huobi - Huobi Global
- coinbase - Coinbase Pro
- kraken - Kraken
Code Examples
Python Subscription
JavaScript Subscription
Best Practices
Selective Subscriptions
Subscribe only to symbols you actively need. Each subscription consumes data from your 50GB monthly limit.
Exchange Selection
Choose specific exchanges instead of “all” to reduce data volume and focus on the most liquid markets.
Error Handling
Always handle subscription errors and implement retry logic for failed subscriptions.
Data Management
Monitor your data usage and unsubscribe from unused symbols to conserve your monthly allowance.
