Skip to main content

Markets WebSocket

The Markets WebSocket endpoint provides real-time market data including order book updates, price changes, and trade notifications.
Authentication RequiredThis WebSocket endpoint requires API key authentication in the connection handshake. See the Authentication guide for details.

Endpoint

Subscription Types

Market Data Subscription

Subscribe to Full Market Data

Market Data Response

Full order book with market statistics:

Market Data Lite Subscription

Subscribe to Lightweight Data

For reduced bandwidth, use the lite subscription:

Market Data Lite Response

Trade Subscription

Subscribe to Trades

Trade Response

Market States

Order Side

Order Intent

Debouncing

For high-frequency markets, enable response debouncing to reduce message volume:
When debouncing is enabled, updates are batched and sent at regular intervals rather than on every change.
Subscription LimitsYou can subscribe to a maximum of 100 markets per subscription. Use multiple subscriptions if you need more.

Order Book Depth

The full market data subscription includes the top levels of the order book. Each level shows: Order book levels are sorted best-to-worst (highest bid first, lowest ask first).