Messages
{
"type": "subscribe",
"channel": "event",
"events": [
"event-id-1",
"event-id-2"
],
"filter": "orderbook"
}{
"type": "unsubscribe",
"channel": "event",
"events": [
"event-id-1"
]
}{
"type": "subscribed",
"channel": "user",
"status": "ok",
"markets": null,
"events": null
}{
"type": "unsubscribed",
"channel": "user",
"status": "ok",
"markets": null,
"events": null
}No examples foundNo examples foundNo examples foundWebsockets
Event Channel Playground
Test and interact with the Event channel WebSocket API.
WSS
event
Messages
{
"type": "subscribe",
"channel": "event",
"events": [
"event-id-1",
"event-id-2"
],
"filter": "orderbook"
}{
"type": "unsubscribe",
"channel": "event",
"events": [
"event-id-1"
]
}{
"type": "subscribed",
"channel": "user",
"status": "ok",
"markets": null,
"events": null
}{
"type": "unsubscribed",
"channel": "user",
"status": "ok",
"markets": null,
"events": null
}No examples foundNo examples foundNo examples foundSubscribe to Event Channel
type:object
Subscribe to receive updates about specific events
Unsubscribe from Event Channel
type:object
Unsubscribe from specific events
Subscribe Confirmation
type:object
Confirmation message sent after successful subscription
Unsubscribe Confirmation
type:object
Confirmation message sent after successful unsubscription
Event Orderbook Update
type:object
Update about orderbook changes for any market in an event
Event Trade Update
type:object
Update about a new trade executed in any market of an event
Event Full Update
type:object
Complete update including both orderbook and trade information for any market in an event
⌘I

