{ "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 found
Test and interact with the Event channel WebSocket API.
Documentation IndexFetch the complete documentation index at: https://docs.voxfi.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.voxfi.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Subscribe 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