Messages
{
"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
}Playground
Oracle Playground
UMA oracle resolution events — proposals, disputes, settlements, and resets.
WSS
Documentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
Messages
{
"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
}api_key
type:httpApiKey
Your Predexon API key
Subscribe to Oracle
type:object
condition_ids or market_slugs only. No users filter.
Unsubscribe
type:object
Remove a subscription by ID.
Update Subscription
type:object
Replace filters on an existing subscription. Not supported on the orderbook channel.
Acknowledgement
type:object
Server acknowledgement for subscribe, unsubscribe, and update actions.
Oracle Event
type:object
UMA oracle resolution event.
⌘I
