Live Polymarket watchlist ranked by structural UMA resolution base-rate signals,
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
404 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.polym.uk/resolution-watchlist
| Category | Everything else |
|---|---|
| Provider host | api.polym.uk |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 404 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"top": 25
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"top": {
"default": 25,
"maximum": 40,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"asOf": {
"format": "date-time",
"type": "string"
},
"caveats": {
"items": {
"type": "string"
},
"type": "array"
},
"flipReferencePct": {
"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.",
"maximum": 100,
"minimum": 0,
"type": [
"number",
"null"
]
},
"flipReferenceStatus": {
"enum": [
"measured",
"withheld"
],
"type": "string"
},
"flipReferenceWithheldReason": {
"type": [
"string",
"null"
]
},
"howToRead": {
"type": "string"
},
"liveMarketsRanked": {
"minimum": 0,
"type": "integer"
},
"markets": {
"items": {
"additionalProperties": false,
"properties": {
"apparentVolumeUsd": {
"minimum": 0,
"type": "number"
},
"category": {
"type": "string"
},
"categoryDisputeRatePctHighVolume": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"categoryElevated": {
"type": "boolean"
},
"conditionId": {
"description": "Polymarket condition ID.",
"pattern": "^0x[0-9a-fA-F]{64}$",
"type": "string"
},
"disputeFlagCount": {
"minimum": 0,
"type": "integer"
},
"flags": {
"additionalProperties": false,
"properties": {
"categoryElevated": {
"description": "Category flagged elevated by consensus across both dispute samples. Dispute axis; counts toward tier.",
"type": "boolean"
},
"flipProne": {
"description": "Separate conditional axis: if disputed, this category reverses at or above the overall rate. Never raises the tier.",
"type": "boolean"
},
"titleLooksUncheckable": {
"description": "The title states no checkable threshold. Dispute axis; counts toward tier. Read from the title only.",
"type": "boolean"
}
},
"required": [
"categoryElevated",
"titleLooksUncheckable",
"flipProne"
],
"type": "object"
},
"flipRatePct": {
"maximum": 100,
"minimum": 0,
"type": [
"number",
"null"
]
},
"marketClosed": {
"type": [
"boolean",
"null"
]
},
"tier": {
"enum": [
"elevated",
"watch",
"baseline"
],
"type": "string"
},
"title": {
"type": "string"
},
"titleLooksUncheckable": {
"type": "boolean"
}
},
"required": [
"conditionId",
"title",
"tier",
"disputeFlagCount",
"flags",
"category",
"titleLooksUncheckable",
"categoryElevated",
"categoryDisputeRatePctHighVolume",
"flipRatePct",
"apparentVolumeUsd",
"marketClosed"
],
"type": "object"
},
"type": "array"
},
"tierCounts": {
"additionalProperties": {
"minimum": 0,
"type": "integer"
},
"type": "object"
},
"windowHours": {
"minimum": 0,
"type": "number"
}
},
"required": [
"asOf",
"windowHours",
"li