Refer friends and earn rewards this week
Kongo Docs

Sports

Subscribe to live activity, comments, and price updates over WebSocket

Get Help

Live data stream for activity events, comment updates, and crypto prices.

Endpoint

  • Production: wss://ws-live-data.kuest.com

Heartbeats

Send any variant of PING (ping, PiNg, PING). The server replies with PONG.

Subscription envelope

FieldDescription
actionsubscribe or unsubscribe.
subscriptionsArray of topic subscriptions.
topicStream identifier (activity, comments, crypto_prices_chainlink, crypto_prices_binance).
typeEvent type inside a topic (orders_matched, comment_created, update, or *).
filtersOptional topic-specific filter object.

Notes

  • symbol is used for one symbol; symbols supports arrays.
  • filters may be sent as a JSON object or JSON string.
  • One connection can subscribe to multiple topics.
  • activity (orders_matched) payload now includes creator (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.

Disconnected
wss://ws-live-data.kuest.com

Connection Log

No events yet.