Messages
{
"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
}Websockets
User Channel Playground
Enable users to interact with your websockets.
WSS
user
Messages
{
"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
}query
type:object
auth
type:string
API Key (X-Api-Key) - required for user channel
Subscribe to User Channel
type:object
Subscribe to receive updates about your own orders and transactions
Unsubscribe from User Channel
type:object
Unsubscribe from user channel updates
Subscribe Confirmation
type:object
Confirmation message sent after successful subscription
Unsubscribe Confirmation
type:object
Confirmation message sent after successful unsubscription
User Update
type:object
Update about user orders or transactions
⌘I

