Sports
Subscribe to live activity, comments, and price updates over WebSocket
Live data stream for activity events, comment updates, and crypto prices.
Endpoint
- Production:
wss://ws-live-data.axes.co
Heartbeats
Send any variant of PING (ping, PiNg, PING). The server replies with PONG.
Subscription envelope
| Field | Description |
|---|---|
action | subscribe or unsubscribe. |
subscriptions | Array of topic subscriptions. |
topic | Stream identifier (activity, comments, crypto_prices_chainlink, crypto_prices_binance). |
type | Event type inside a topic (orders_matched, comment_created, update, or *). |
filters | Optional topic-specific filter object. |
Notes
symbolis used for one symbol;symbolssupports arrays.filtersmay be sent as a JSON object or JSON string.- One connection can subscribe to multiple topics.
activity(orders_matched) payload now includescreator(market creator wallet).
Activity payload example
{
"topic": "activity",
"type": "orders_matched",
"payload": {
"proxyWallet": "0xe25b9180f5687aa85bd94ee309bb72a464320f1b",
"creator": "0x8f2a6db31d2f3f3c8e4f9e74d5f5f9d2a7b0c123",
"transactionHash": "0xdeadbeef",
"eventSlug": "x-banned-in-uk-by-march-31"
}
}WebSocket Playground
WebSocket Playground
Browser sockets cannot set custom Authorization headers. This widget appends the token as a query param.
wss://ws-live-data.axes.co
Connection Log
No events yet.