Skip to main content
The API service exposes a websocket stream at ws://<api-host>/ws by default. If API_WEBSOCKET_PATH is overridden in deployment, use that configured path instead.

Subscribe

Send a JSON message after connecting:
Available channels:
  • events: emits catalog.event messages with created, updated, or closed
  • markets: emits catalog.market messages with created, updated, or closed
  • trades: emits rebroadcast standardized trade messages as trade

Example client