User
Subscribe to authenticated user updates over WebSocket
Authenticated stream for order and trade updates scoped to your API credentials.
Endpoint
- Production:
wss://ws-subscriptions-clob.axes.co/ws/user
Required auth object
| Field | Required | Description |
|---|---|---|
apikey | Yes | UUID v4 API key returned by POST /auth/api-key. |
secret | Yes | Base64 secret paired with the API key. |
passphrase | Yes | Hex passphrase used with the secret. |
Event types
trade: trade lifecycle updates (MATCHED,MINED,CONFIRMED,FAILED).order: order lifecycle updates (PLACEMENT,UPDATE,CANCELLATION).
Notes
- Numeric fields are strings.
owner,trade_owner, andorder_ownerare normalized to the caller API key.- Reuse the same L2 credentials used for private REST endpoints.
WebSocket Playground
WebSocket Playground
Browser sockets cannot set custom Authorization headers. This widget appends the token as a query param.
wss://ws-subscriptions-clob.axes.co/ws/user
Connection Log
No events yet.