ToolAssay

Resolution-integrity dossier for one Polymarket market

Resolution-integrity dossier for one Polymarket market: UMA exposure, proposer and disputer records, post-open context, comparables. Never a forecast. BEFORE YOU PAY: free substitute https://dash.polym.uk/calibration.json and https://dash.polym.uk/uma-flip-rate.json and gamma-api.polymarket.com. THIS ADDS: Proposer/disputer records from DisputePrice on chain, denominator named; context appended AFTER the market opened, window stated; comparables. No probability: observations are not independent.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
345 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/market-intelligence/:conditionId

CategoryMarket data
Provider hostapi.polym.uk
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 345 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "conditionId": "0xa3b36b2d6104d34af4e6c6215fc818e43352e78a748fbfb0b85e3a35f71dec9a"
  },
  "queryParams": {},
  "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"
        },
        "pathParams": {
          "additionalProperties": false,
          "properties": {
            "conditionId": {
              "description": "A market is covered only while it is in the observed window, so any single example ages. Take a covered markets[].conditionId from the free snapshot at https://dash.polym.uk/markets.json, or call GET /coverage (free) for how many markets are decomposed right now. A conditionId outside the covered set returns 422 and is not billed.",
              "pattern": "^0x[0-9a-fA-F]{64}$",
              "type": "string"
            }
          },
          "required": [
            "conditionId"
          ],
          "type": "object"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "oneOf": [
            {
              "additionalProperties": false,
              "properties": {
                "asOf": {
                  "format": "date-time",
                  "type": "string"
                },
                "caveats": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "comparables": {
                  "required": [
                    "applicability",
                    "scopeNote",
                    "theme",
                    "matched",
                    "baseRate",
                    "storyConcentration",
                    "sampleScope"
                  ],
                  "type": "object"
                },
                "conditionId": {
                  "pattern": "^0x[0-9a-fA-F]{64}$",
                  "type": "string"
                },
                "coverage": {
                  "properties": {
                    "level": {
                      "enum": [
                        "full",
                        "partial"
                      ],
                      "type": "string"
                    },
                    "missing": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    }
                  },
                  "required": [
                    "level",
                    "missing"
                  ],
                  "type": "object"
                },
                "flowAuthenticity": {
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "found": {
                  "const": true
                },
                "oracleExposure": {
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "priceContext": {
                  "required": [
                    "note"
                  ],
                  "type": "object"
                },
                "question": {
                  "type": "string"
                },
                "ruleIntegrity": {
                  "type": [
                    "object",
                    "null"
                  ]
                },
                "source": {
                  "type": "string"
                }
              },
              "required": [
                "asOf",
                "found",
                "source",
                "conditionId",
                "question",
                "coverage",
                "oracleExposure",
                "ruleIntegrity",
                "comparables",
                "priceContext",
                "caveats"
              ],
              "type": "object"
            },
            {
              "additionalProperties": false,
              "properties": {
                "asOf": {
                  "format": "date-time",
                  "type": "string"
                },
                "caveats": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "conditionId": {
                  "type": "string"
                },
                "coverage": {
                  "type": "object"
                },
                "found": {
                  "const": false
                },
                "note": {
                  "type": "string"
                }
              },
              "required": [
                "asOf",
                "conditionId",
                "found",
                "note",
                "coverage",
                "caveats"
              ],
              "type": "object"
            }
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON