Expand description
WebSocket message types for the Polymarket CLOB API.
Structs§
- Market
Initial Subscribe Request - Initial market-channel subscribe request sent for a fresh WebSocket session.
- Market
Subscribe Request - Incremental market-channel subscribe request sent after the initial session subscribe.
- Market
Unsubscribe Request - Market-channel dynamic unsubscribe request sent during an active session.
- Polymarket
Best BidAsk - A best bid/ask notification from the WebSocket market channel.
- Polymarket
Book Level - A single price level in an order book snapshot.
- Polymarket
Book Snapshot - An order book snapshot from the WebSocket market channel.
- Polymarket
Market Resolved - A market resolved notification from the WebSocket market channel.
- Polymarket
NewMarket - A new market notification from the WebSocket market channel.
- Polymarket
NewMarket Event - Event metadata embedded in a new market notification.
- Polymarket
Quote - A single price change entry within a quotes message.
- Polymarket
Quotes - A price change (quotes) message from the WebSocket market channel.
- Polymarket
Tick Size Change - A tick size change notification from the WebSocket market channel.
- Polymarket
Trade - A last trade price message from the WebSocket market channel.
- Polymarket
User Order - A user order status update from the WebSocket user channel.
- Polymarket
User Trade - A user trade update from the WebSocket user channel.
- Polymarket
WsAuth - Auth payload embedded in user-channel subscribe messages.
- User
Subscribe Request - User-channel subscribe request sent on connect.
Enums§
- Market
WsMessage - An envelope for tagged WebSocket market channel messages.
- Polymarket
WsMessage - Output message type from the Polymarket WebSocket handler.
- User
WsMessage - An envelope for tagged WebSocket user channel messages.