{
"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 foundTest and interact with the Event channel WebSocket API.
{
"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 receive updates about specific events
Unsubscribe from specific events
Confirmation message sent after successful subscription
Confirmation message sent after successful unsubscription
Update about orderbook changes for any market in an event
Update about a new trade executed in any market of an event
Complete update including both orderbook and trade information for any market in an event