Messages
{
"type": "trade",
"sid": 11,
"seq": 2,
"msg": {
"trade_id": "d91bc706-ee49-470d-82d8-11418bda6fed",
"market_ticker": "HIGHNY-22DEC23-B53.5",
"yes_price_dollars": "0.3600",
"no_price_dollars": "0.6400",
"count_fp": "136.00",
"taker_side": "no",
"taker_outcome_side": "no",
"taker_book_side": "ask",
"is_block_trade": false,
"ts": 1669149841,
"ts_ms": 1669149841000
}
}WebSockets
Public Trades
Public trade notifications when trades occur.
Requirements:
- No additional channel-level authentication beyond the authenticated WebSocket connection
- Market specification optional (omit to receive all trades)
- Updates sent immediately after trade execution
Use case: Trade feed, volume analysis
WSS
trade
Messages
{
"type": "trade",
"sid": 11,
"seq": 2,
"msg": {
"trade_id": "d91bc706-ee49-470d-82d8-11418bda6fed",
"market_ticker": "HIGHNY-22DEC23-B53.5",
"yes_price_dollars": "0.3600",
"no_price_dollars": "0.6400",
"count_fp": "136.00",
"taker_side": "no",
"taker_outcome_side": "no",
"taker_book_side": "ask",
"is_block_trade": false,
"ts": 1669149841,
"ts_ms": 1669149841000
}
}apiKey
type:apiKey
API key authentication required for WebSocket connections. The API key should be provided during the WebSocket handshake.
Trade Update
type:object
Public trade information