{
"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
}{
"trade_type": "LIMIT_BUY",
"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.
{
"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
}{
"trade_type": "LIMIT_BUY",
"user_id": "user-123",
"event_id": "event-456",
"market_id": "market-789",
"side": "BUY",
"contract_type": "YES",
"price": 40,
"quantity": 10,
"transaction_fee": 10
}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