This bridge is generated fromDocumentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
internal/websocket-schema.json. The contract lists command names, command required fields, and event names. It does not publish a standalone AsyncAPI contract or full event payload field schemas, so this page does not invent event JSON Schema blocks. Use WebSocket Message Schema for the human command and event contract.
Command Inventory
| Command | Required fields |
|---|---|
subscribe | op, channel, symbol |
unsubscribe | op, channel, symbol |
replay | op, channel_or_channels, symbol, start, end |
replay.pause | op |
replay.resume | op |
replay.seek | op, timestamp |
replay.stop | op |
ping | op |
Event Inventory
| Event | Schema coverage |
|---|---|
subscribed | Name only; full field schema is not present in internal/websocket-schema.json. |
unsubscribed | Name only; full field schema is not present in internal/websocket-schema.json. |
pong | Name only; full field schema is not present in internal/websocket-schema.json. |
data | Name only; full field schema is not present in internal/websocket-schema.json. |
l4_snapshot | Name only; full field schema is not present in internal/websocket-schema.json. |
l4_batch | Name only; full field schema is not present in internal/websocket-schema.json. |
replay_started | Name only; full field schema is not present in internal/websocket-schema.json. |
replay_snapshot | Name only; full field schema is not present in internal/websocket-schema.json. |
historical_data | Name only; full field schema is not present in internal/websocket-schema.json. |
historical_tick_data | Name only; full field schema is not present in internal/websocket-schema.json. |
replay_paused | Name only; full field schema is not present in internal/websocket-schema.json. |
replay_resumed | Name only; full field schema is not present in internal/websocket-schema.json. |
replay_completed | Name only; full field schema is not present in internal/websocket-schema.json. |
replay_stopped | Name only; full field schema is not present in internal/websocket-schema.json. |
gap_detected | Name only; full field schema is not present in internal/websocket-schema.json. |
error | Name only; full field schema is not present in internal/websocket-schema.json. |