LedgerX (MIAX Derivatives Exchange) · AsyncAPI Specification
MIAXdx (LedgerX) Market Data Feed
Version 1.0.0
WebSocket market data and account feed for MIAX Derivatives Exchange (LedgerX). NOT A PROVIDER-PUBLISHED SPEC. MIAXdx publishes no AsyncAPI document. This description was derived by API Evangelist from the provider's own published message field tables on the Connecting, Market Data Feed, Top of Book Feed, Server Heartbeats and Monotonic Clock reference pages. Every field and description below is taken from those pages; nothing was invented. Fields the provider did not document are absent rather than guessed. Provenance: generated 2026-07-19, method derived, source https://web.archive.org/web/2024/https://docs.ledgerx.com/reference/market-data-feed
View Spec
View on GitHub
CompanyEnterpriseFinancial ServicesDerivativesTradingCryptocurrencyBitcoinExchangeMarket DataWebSocketsRegulated MarketsAsyncAPIWebhooksEvents
Channels
feed
Single multiplexed WebSocket channel. Message type is carried in the type field. Since the feed contains all action reports, a client receives both its own initial action reports and subsequent fills against its resting limit orders.
Messages
actionReport
Action Report
Describes activity on the market, such as fills, cancels and limit order insertions onto the Central Limit Order Book. Status codes are catalogued in errors/ledgerx-error-codes.yml.
bookTop
Top of Book
Dispatched for a contract every time the best price on that contract changes.
heartbeat
Server Heartbeat
Sent roughly once per second. Indicates the exchange is running and, if any contracts are active, whether those markets are open for trading.
Servers
wss
production
Upgrade an HTTPS connection to WebSockets. Pass ?token=YOUR_API_KEY for authenticated messages such as account balance and position changes. Pass ?presence=true to indicate availability for chat messages and negotiated trades. Rate limited to 10 requests per minute. The server sends a ping every 8 seconds and severs the connection if no pong is received within 32 seconds (RFC 6455 control frames).