AsyncAPI channel · LedgerX (MIAX Derivatives Exchange) · MIAXdx (LedgerX) Market Data Feed

/ws

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.

Provider: LedgerX (MIAX Derivatives Exchange) AsyncAPI: v3.0.0 Spec: MIAXdx (LedgerX) Market Data Feed Operations: 1 Messages: 3

Channel address

/ws

Operations

receive
receiveFeed
Receive streamed orders, trades, cancels, top-of-book changes and exchange heartbeats.

Messages

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.
Content-Type:
book_top
Dispatched for a contract every time the best price on that contract changes.
Content-Type:
heartbeat
Sent roughly once per second. Indicates the exchange is running and, if any contracts are active, whether those markets are open for trading.
Content-Type:

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.