Endpoint
- Production:
wss://ws-live-data.kuest.com/
Heartbeats
Send any variation ofPING (ping, PiNg, PING). The server replies with PONG.
Subscribe
Send a subscription payload immediately after opening the socket.filters can be either a JSON object or a JSON string. Both are accepted.
For activity subscriptions, type accepts orders_matched or * (alias for orders_matched). The event_slug filter is optional: omit it to receive the global feed.
For comment subscriptions, type accepts comment_created, comment_removed, or * (alias for comment events).
For crypto_prices_chainlink, type accepts update or * (alias for update).
Global feed example
Unsubscribe
Activity messages
Matched orders are delivered asorders_matched events with a payload object.
tags is an array of event labels you can use to filter on the client.
Comment messages
Comment events are delivered ascomment_created or comment_removed.
Crypto price messages
Chainlink price updates are delivered asupdate events with a payload object.