AsyncAPI channel · Polymarket · Polymarket CLOB WebSocket API

/ws/user

Authenticated user channel. Subscribe by sending a subscription message with API credentials (apiKey, secret, passphrase) and a list of market condition IDs. Streams the user's own order and trade lifecycle events for those markets.

Provider: Polymarket AsyncAPI: v2.6.0 Spec: Polymarket CLOB WebSocket API Operations: 2 Messages: 3

Channel address

/ws/user

Operations

publish
subscribeUser
Subscribe to one or more markets on the user channel.
receiveUserEvents
Receive user channel events for the authenticated user.

Messages

UserSubscription
Subscribe to user channel events with API credentials and a list of market condition IDs.
Content-Type:
Trade
Trade lifecycle update for the authenticated user. Status transitions from MATCHED through MINED, CONFIRMED, RETRYING, or FAILED.
Content-Type:
Order
Order placement, update, or cancellation for the authenticated user.
Content-Type:

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.