{ "type": "subscribe", "channel": "user", "auth": "your-api-key-here"}
{ "type": "unsubscribe", "channel": "user"}
{ "type": "subscribed", "channel": "user", "status": "ok", "markets": null, "events": null}
{ "type": "unsubscribed", "channel": "user", "status": "ok", "markets": null, "events": null}
{ "msg_type": "order-info", "trade_type": "order.filled", "user_id": "user-123", "event_id": "event-456", "market_id": "market-789", "side": "BUY", "contract_type": "YES", "price": 40, "quantity": 10, "transaction_fee": 10}
Enable users to interact with your websockets.
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.
API Key (X-Api-Key) - required for user channel
Subscribe to receive updates about your own orders and transactions
Unsubscribe from user channel updates
Confirmation message sent after successful subscription
Confirmation message sent after successful unsubscription
Update about user orders or transactions