WebSocket requires a Dev or Pro API key. Free tier keys cannot connect. Get your key →
{
"action": "subscribe",
"platform": "polymarket",
"version": 1,
"type": "oracle",
"filters": {
"condition_ids": [
"*"
]
}
}{
"action": "unsubscribe",
"subscription_id": "sub_2f4b15b33798"
}{
"action": "update",
"subscription_id": "sub_2f4b15b33798",
"filters": {
"users": [
"0xnew_address..."
],
"status": "all"
}
}{
"type": "ack",
"subscription_id": "sub_2f4b15b33798",
"channel": "trades"
}{
"event_type": "proposal",
"condition_id": "0x4c57...",
"market_id": "123456",
"title": "Will X happen by April 7?",
"market_slug": "will-x-happen-by-april-7",
"outcomes": [
"Yes",
"No"
],
"tokens": [
{
"token_id": "82855...",
"label": "Yes"
},
{
"token_id": "55194...",
"label": "No"
}
],
"is_neg_risk": false,
"proposer": "0xabc...",
"proposed_price": "1",
"expiration_timestamp": 1775204004,
"request_timestamp": 1775196804,
"timestamp": 1775196804
}{
"action": "subscribe",
"platform": "polymarket",
"version": 1,
"type": "oracle",
"filters": {
"condition_ids": [
"*"
]
}
}{
"action": "unsubscribe",
"subscription_id": "sub_2f4b15b33798"
}{
"action": "update",
"subscription_id": "sub_2f4b15b33798",
"filters": {
"users": [
"0xnew_address..."
],
"status": "all"
}
}{
"type": "ack",
"subscription_id": "sub_2f4b15b33798",
"channel": "trades"
}{
"event_type": "proposal",
"condition_id": "0x4c57...",
"market_id": "123456",
"title": "Will X happen by April 7?",
"market_slug": "will-x-happen-by-april-7",
"outcomes": [
"Yes",
"No"
],
"tokens": [
{
"token_id": "82855...",
"label": "Yes"
},
{
"token_id": "55194...",
"label": "No"
}
],
"is_neg_risk": false,
"proposer": "0xabc...",
"proposed_price": "1",
"expiration_timestamp": 1775204004,
"request_timestamp": 1775196804,
"timestamp": 1775196804
}Your Predexon API key
condition_ids or market_slugs only. No users filter.
Remove a subscription by ID.
Replace filters on an existing subscription. Not supported on the orderbook channel.
Server acknowledgement for subscribe, unsubscribe, and update actions.
UMA oracle resolution event.