SERVICE / DETAILfinance

Polymarket Intelligence API

GET api.polym.uk/resolution-risk

SONAR SCORE0.358
LIVE PRICE0.050000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

19 observations in the last 24h
HANDSHAKE SUCCESS89.5%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY4283msrecent response window
PRICE DRIFT0.0%advertised vs observed

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.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

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.

Resource: api.polym.uk/resolution-risk

Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x7b13107779CfDA1bEba3289d0Fbe27310436f3E3

Payment methods: · Last validation: 2026-09-14 16:46:58.989+00

{
  "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
      }
    }
  },
  "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"
    }
  ]
}
METADATA PROVENANCE

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.