Polymarket Intelligence API
GET api.polym.uk/resolution-watchlist
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Live Polymarket watchlist ranked by structural UMA resolution base-rate signals, with flip risk kept as a separate conditional axis. BEFORE YOU PAY: free substitute https://dash.polym.uk/markets.json and https://dash.polym.uk/uma-base-rates.json. THIS ADDS: The live subset ranked by structural dispute signals, computed for you. The inputs are in the free files; the ranking and the tiering are what this adds.
Resource: api.polym.uk/resolution-watchlist
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x7b13107779CfDA1bEba3289d0Fbe27310436f3E3
Payment methods: — · Last validation: 2026-09-14 16:07:02.605+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"top": {
"type": "integer",
"default": 25,
"maximum": 40,
"minimum": 1
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"asOf",
"windowHours",
"liveMarketsRanked",
"tierCounts",
"flipReferencePct",
"markets",
"howToRead",
"caveats"
],
"properties": {
"asOf": {
"type": "string",
"format": "date-time"
},
"caveats": {
"type": "array",
"items": {
"type": "string"
}
},
"markets": {
"type": "array",
"items": {
"type": "object",
"required": [
"conditionId",
"title",
"tier",
"disputeFlagCount",
"flags",
"category",
"titleLooksUncheckable",
"categoryElevated",
"categoryDisputeRatePctHighVolume",
"flipRatePct",
"apparentVolumeUsd",
"marketClosed"
],
"properties": {
"tier": {
"enum": [
"elevated",
"watch",
"baseline"
],
"type": "string"
},
"flags": {
"type": "object",
"required": [
"categoryElevated",
"titleLooksUncheckable",
"flipProne"
],
"properties": {
"flipProne": {
"type": "boolean",
"description": "Separate conditional axis: if disputed, this category reverses at or above the overall rate. Never raises the tier."
},
"categoryElevated": {
"type": "boolean",
"description": "Category flagged elevated by consensus across both dispute samples. Dispute axis; counts toward tier."
},
"titleLooksUncheckable": {
"type": "boolean",
"description": "The title states no checkable threshold. Dispute axis; counts toward tier. Read from the title only."
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"category": {
"type": "string"
},
"conditionId": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{64}$",
"description": "Polymarket condition ID."
},
"flipRatePct": {
"type": [
"number",
"null"
],
"maximum": 100,
"minimum": 0
},
"marketClosed": {
"type": [
"boolean",
"null"
]
},
"categoryElevated": {
"type": "boolean"
},
"disputeFlagCount": {
"type": "integer",
"minimum": 0
},
"apparentVolumeUsd": {
"type": "number",
"minimum": 0
},
"titleLooksUncheckable": {
"type": "boolean"
},
"categoryDisputeRatePctHighVolume": {
"type": "number",
"maximum": 100,
"minimum": 0
}
},
"additionalProperties": false
}
},
"howToRead": {
"type": "string"
},
"tierCounts": {
"type": "object",
"additionalProperties": {
"type": "integer",
"minimum": 0
}
},
"windowHours": {
"type": "number",
"minimum": 0
},
"flipReferencePct": {
"type": [
"number",
"null"
],
"maximum": 100,
"minimum": 0,
"description": "Overall flip reference rate, in percent. `null` means WITHHELD, never a default: see flipReferenceStatus and flipReferenceWithheldReason. When it is null, flipProne was not evaluated on any row."
},
"liveMarketsRanked": {
"type": "integer",
"minimum": 0
},
"flipReferenceStatus": {
"enum": [
"measured",
"withheld"
],
"type": "string"
},
"flipReferenceWithheldReason": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"iconUrl": "https://polym.uk/favicon.svg",
"version": "2"
},
"payTo": "0x7b13107779CfDA1bEba3289d0Fbe27310436f3E3",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7b13107779CfDA1bEba3289d0Fbe27310436f3E3",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "50000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.