Polymarket Intelligence API

Resolution Watch measures, on-chain, Polymarket/UMA resolution risk: when a market is disputed, does the answer actually change? Dispute-rate and flip-rate rank categories in opposite orders. Fact/base-rate, auditor posture, machine-readable for AI agents.

DataLiveeip155:8453Exactvia cdp
PolymarketPrediction-marketsUma-resolutionBase-ratesBase
Calls · 30d
15↑ 15%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far.
$8.40
Verified settled volume
147 settlements proven x402 by their on-chain EIP-3009 marker.
$0.050
Listed price
As published in the catalog. Always read the live 402 before paying.
13
Calls · 30d
Upstream's own call count for this endpoint, not ours.
7
Unique payers · 30d
Last called 2026-09-23 02:17Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x7b13107779CfDA1bEba3289d0Fbe27310436f3E3

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Live 402 challenge

Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.

{
  "error": "Payment required",
  "accepts": [
    {
      "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
    }
  ],
  "resource": {
    "url": "https://api.polym.uk/resolution-risk",
    "tags": [
      "polymarket",
      "prediction-markets",
      "uma-resolution",
      "base-rates",
      "base"
    ],
    "iconUrl": "https://polym.uk/favicon.svg",
    "mimeType": "application/json",
    "description": "UMA resolution dispute and flip base rates by category and criterion clarity; descriptive historical compatibility, not a market-specific forecast. BEFORE YOU PAY: free substitute https://dash.polym.uk/uma-base-rates.json and https://dash.polym.uk/uma-flip-rate.json. THIS ADDS: The two artifacts joined into one response, dispute axis and flip axis already aligned by category. The underlying numbers are the same ones in those two free files.",
    "serviceName": "Polymarket Intelligence API"
  },
  "extensions": {
    "bazaar": {
      "info": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {}
        },
        "output": {
          "type": "json",
          "example": {
            "asOf": "2026-08-31T11:03:16.092Z",
            "caveats": [
              "SHOWCASE, NOT THE PAID RESPONSE: what you see is one category row of the base-rate table. byCategory is cut to 1 of the 6 rows this response carried. clarity and flipOverall are the aggregate over the whole response, so they are null here and populated in a paid response. Nothing is masked or invented: every value is a dated measurement, kept so you can read the shape, the units and the field semantics. The schema published beside it is complete; a paid call returns the complete set.",
              "EXAMPLE ONLY: a paid response captured from api.polym.uk on 2026-09-01, then frozen. A live response carries its own asOf and current values.",
              "Category BASE RATE, not a forecast for any specific market. On-chain and Gamma fact, not an accusation.",
              "Dispute: two samples. The absolute figure varies several-fold; the signal is the relative RANK. Flip and clarity cells are small and directional, and insufficientSample is flagged when so.",
              "Category is a title heuristic and 'Other' is the residual bucket. DVM vote concentration is deferred: cited from press coverage, not recomputed here."
            ],
            "clarity": null,
            "flipAsOf": "2026-08-31T11:56:03.265Z",
            "howToRead": "TWO axes per category: dispute (how often markets like this are disputed at UMA) by flip (when disputed, how often the outcome REVERSES). Flip often INVERTS the dispute ranking. clarity: a title that states a checkable threshold is disputed less often than one that does not, and this is orthogonal to category. Read from the TITLE only; the resolution rules are not read.",
            "byCategory": [
              {
                "category": "Geopolitics",
                "elevated": true,
                "flipRatePct": 8,
                "lockupHoursPerMarket": 42,
                "lockupHoursIfDisputed": 119,
                "flipInsufficientSample": false,
                "disputeRatePctHighVolume": 35.2,
                "disputeInsufficientSample": false,
                "disputeRatePctChronological": 2.3
              }
            ],
            "flipOverall": null,
            "dataDegraded": false,
            "elevatedRiskCategories": [
              "Geopolitics"
            ]
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "input"
        ],
        "properties": {
          "input": {
            "type": "object",
            "required": [
              "type",
              "method"
            ],
            "properties": {
              "type": {
                "type": "string",
                "const": "http"
              },
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "type": "object",
                "properties": {},
                "additionalProperties": false
              }
            },
            "additionalProperties": false
          },
          "output": {
            "type": "object",
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string"
              },
              "example": {
                "type": "object",
                "required": [
                  "asOf",
                  "flipAsOf",
                  "dataDegraded",
                  "elevatedRiskCategories",
                  "byCategory",
                  "clarity",
                  "flipOverall",
                  "howToRead",
                  "caveats"
                ],
                "properties": {
                  "asOf": {
                    "type": "string",
                    "format": "date-time"
                  },
                  "caveats": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  },
                  "clarity": {
                    "type": [
                      "object",
                      "null"
                    ],
                    "required": [
                      "checkableTitle",
                      "uncheckableTitle"
                    ],
                    "properties": {
                      "checkableTitle": {
                        "type": "object",
                        "required": [
                          "marketsScanned",
                          "disputeRatePct"
                        ],
                        "properties": {
                          "disputeRatePct": {
                            "type": "number",
                            "maximum": 100,
                            "minimum": 0
                          },
                          "marketsScanned": {
                            "type": "integer",
                            "minimum": 0
                          },
                          "disputedMarkets": {
                            "type": "integer",
                            "minimum": 0,
                            "description": "Disputed markets in this title-clarity cell. Numerator of disputeRatePct."
                          }
                        },
                        "additionalProperties": true
                      },
                      "uncheckableTitle": {
                        "type": "object",
                        "required": [
                          "marketsScanned",
                          "disputeRatePct"
                        ],
                        "properties": {
                          "disputeRatePct": {
                            "type": "number",
                            "maximum": 100,
                            "minimum": 0
                          },
                          "marketsScanned": {
                            "type": "integer",
                            "minimum": 0
                          },
                          "disputedMarkets": {
                            "type": "integer",
                            "minimum": 0,
                            "description": "Disputed markets in this title-clarity cell. Numerator of disputeRatePct."
                          }
                        },
                        "additionalProperties": true
                      }
                    },
                    "additionalProperties": false
                  },
                  "flipAsOf": {
                    "type": [
                      "string",
                      "null"
                    ],
                    "format": "date-time"
                  },
                  "howToRead": {
                    "type": "string"
                  },
                  "byCategory": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "required": [
                        "category",
                        "disputeRatePctHighVolume",
                        "disputeRatePctChronological",
                        "disputeInsufficientSample",
                        "elevated",
                        "lockupHoursPerMarket",
                        "lockupHoursIfDisputed",
                        "flipRatePct",
                        "flipInsufficientSample"
                      ],
                      "properties": {
                        "category": {
                          "type": "string"
                        },
                        "elevated": {
                          "type": "boolean"
                        },
                        "flipRatePct": {
                          "type": [
                            "number",
                            "null"
                          ],
                          "maximum": 100,
                          "minimum": 0
                        },
                        "lockupHoursPerMarket": {
                          "type": [
                            "number",
                            "null"
                          ],
                          "minimum": 0
                        },
                        "lockupHoursIfDisputed": {
                          "type": [
                            "number",
                            "null"
                          ],
                          "minimum": 0
                        },
                        "flipInsufficientSample": {
                          "type": "boolean"
                        },
                        "disputeRatePctHighVolume": {
                          "type": "number",
                          "maximum": 100,
                          "minimum": 0
                        },
                        "disputeInsufficientSample": {
                          "type": "boolean"
                        },
                        "disputeRatePctChronological": {
                          "type": [
                            "number",
                            "null"
                          ],
                          "maximum": 100,
                          "minimum": 0
                        }
                      },
                      "additionalProperties": false
                    }
                  },
                  "flipOverall": {
                    "type": [
                      "object",
                      "null"
                    ],
                    "required": [
                      "flipRatePct",
                      "disputedResolved"
                    ],
                    "properties": {
                      "flipped": {
                        "type": "integer",
                        "minimum": 0,
                        "description": "Disputes whose outcome reversed. Numerator of flipRatePct."
                      },
                      "splitCount": {
                        "type": "integer",
                        "minimum": 0,
                        "description": "Disputes resolved to a split outcome rather than to one side."
                      },
                      "flipRatePct": {
                        "type": "number",
                        "maximum": 100,
                        "minimum": 0
                      },
                      "disputedResolved": {
                        "type": "integer",
                        "minimum": 0
                      }
                    },
                    "additionalProperties": true
                  },
                  "dataDegraded": {
                    "type": "boolean"
                  },
                  "elevatedRiskCategories": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    }
                  }
                },
                "additionalProperties": false
              }
            }
          }
        }
      }
    }
  },
  "x402Version": 2
}

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.05USDC≈ $0.05 USD
on Base · exact scheme

Pay 0.05 USDC on Base to 0x7b13…6f3E3. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
50000 smallest units
The catalog’s raw entry
[
  {
    "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
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {}
      },
      "output": {
        "type": "json",
        "example": {
          "asOf": "2026-08-31T11:03:16.092Z",
          "caveats": [
            "SHOWCASE, NOT THE PAID RESPONSE: what you see is one category row of the base-rate table. byCategory is cut to 1 of the 6 rows this response carried. clarity and flipOverall are the aggregate over the whole response, so they are null here and populated in a paid response. Nothing is masked or invented: every value is a dated measurement, kept so you can read the shape, the units and the field semantics. The schema published beside it is complete; a paid call returns the complete set.",
            "EXAMPLE ONLY: a paid response captured from api.polym.uk on 2026-09-01, then frozen. A live response carries its own asOf and current values.",
            "Category BASE RATE, not a forecast for any specific market. On-chain and Gamma fact, not an accusation.",
            "Dispute: two samples. The absolute figure varies several-fold; the signal is the relative RANK. Flip and clarity cells are small and directional, and insufficientSample is flagged when so.",
            "Category is a title heuristic and 'Other' is the residual bucket. DVM vote concentration is deferred: cited from press coverage, not recomputed here."
          ],
          "clarity": null,
          "flipAsOf": "2026-08-31T11:56:03.265Z",
          "howToRead": "TWO axes per category: dispute (how often markets like this are disputed at UMA) by flip (when disputed, how often the outcome REVERSES). Flip often INVERTS the dispute ranking. clarity: a title that states a checkable threshold is disputed less often than one that does not, and this is orthogonal to category. Read from the TITLE only; the resolution rules are not read.",
          "byCategory": [
            {
              "category": "Geopolitics",
              "elevated": true,
              "flipRatePct": 8,
              "lockupHoursPerMarket": 42,
              "lockupHoursIfDisputed": 119,
              "flipInsufficientSample": false,
              "disputeRatePctHighVolume": 35.2,
              "disputeInsufficientSample": false,
              "disputeRatePctChronological": 2.3
            }
          ],
          "flipOverall": null,
          "dataDegraded": false,
          "elevatedRiskCategories": [
            "Geopolitics"
          ]
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method"
          ],
          "properties": {
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "type": "object",
              "properties": {},
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object",
              "required": [
                "asOf",
                "flipAsOf",
                "dataDegraded",
                "elevatedRiskCategories",
                "byCategory",
                "clarity",
                "flipOverall",
                "howToRead",
                "caveats"
              ],
              "properties": {
                "asOf": {
                  "type": "string",
                  "format": "date-time"
                },
                "caveats": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "clarity": {
                  "type": [
                    "object",
                    "null"
                  ],
                  "required": [
                    "checkableTitle",
                    "uncheckableTitle"
                  ],
                  "properties": {
                    "checkableTitle": {
                      "type": "object",
                      "required": [
                        "marketsScanned",
                        "disputeRatePct"
                      ],
                      "properties": {
                        "disputeRatePct": {
                          "type": "number",
                          "maximum": 100,
                          "minimum": 0
                        },
                        "marketsScanned": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "disputedMarkets": {
                          "type": "integer",
                          "minimum": 0,
                          "description": "Disputed markets in this title-clarity cell. Numerator of disputeRatePct."
                        }
                      },
                      "additionalProperties": true
                    },
                    "uncheckableTitle": {
                      "type": "object",
                      "required": [
                        "marketsScanned",
                        "disputeRatePct"
                      ],
                      "properties": {
                        "disputeRatePct": {
                          "type": "number",
                          "maximum": 100,
                          "minimum": 0
                        },
                        "marketsScanned": {
                          "type": "integer",
                          "minimum": 0
                        },
                        "disputedMarkets": {
                          "type": "integer",
                          "minimum": 0,
                          "description": "Disputed markets in this title-clarity cell. Numerator of disputeRatePct."
                        }
                      },
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": false
                },
                "flipAsOf": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "format": "date-time"
                },
                "howToRead": {
                  "type": "string"
                },
                "byCategory": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "required": [
                      "category",
                      "disputeRatePctHighVolume",
                      "disputeRatePctChronological",
                      "disputeInsufficientSample",
                      "elevated",
                      "lockupHoursPerMarket",
                      "lockupHoursIfDisputed",
                      "flipRatePct",
                      "flipInsufficientSample"
                    ],
                    "properties": {
                      "category": {
                        "type": "string"
                      },
                      "elevated": {
                        "type": "boolean"
                      },
                      "flipRatePct": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "maximum": 100,
                        "minimum": 0
                      },
                      "lockupHoursPerMarket": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "minimum": 0
                      },
                      "lockupHoursIfDisputed": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "minimum": 0
                      },
                      "flipInsufficientSample": {
                        "type": "boolean"
                      },
                      "disputeRatePctHighVolume": {
                        "type": "number",
                        "maximum": 100,
                        "minimum": 0
                      },
                      "disputeInsufficientSample": {
                        "type": "boolean"
                      },
                      "disputeRatePctChronological": {
                        "type": [
                          "number",
                          "null"
                        ],
                        "maximum": 100,
                        "minimum": 0
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "flipOverall": {
                  "type": [
                    "object",
                    "null"
                  ],
                  "required": [
                    "flipRatePct",
                    "disputedResolved"
                  ],
                  "properties": {
                    "flipped": {
                      "type": "integer",
                      "minimum": 0,
                      "description": "Disputes whose outcome reversed. Numerator of flipRatePct."
                    },
                    "splitCount": {
                      "type": "integer",
                      "minimum": 0,
                      "description": "Disputes resolved to a split outcome rather than to one side."
                    },
                    "flipRatePct": {
                      "type": "number",
                      "maximum": 100,
                      "minimum": 0
                    },
                    "disputedResolved": {
                      "type": "integer",
                      "minimum": 0
                    }
                  },
                  "additionalProperties": true
                },
                "dataDegraded": {
                  "type": "boolean"
                },
                "elevatedRiskCategories": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-09-23 02:17Z
Last indexed by Roundhouse
2026-09-24 15:30Z
Last enriched (probe, favicon, geo)
2026-09-21 05:46Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 402
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service Polymarket Intelligence API and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Polymarket%20Intelligence%20API'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://api.polym.uk/resolution-risk, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.