mirrored listing x402 eip155:8453

Polymarket resolution status via Gamma API — market resolution, winning outcome and resolu

Polymarket resolution status via Gamma API — market resolution, winning outcome and resolution source lookup by slug or condition id (or list recent resolved markets). Distinct from live odds: returns whether a market is closed and which outcome won. Coverage Polymarket markets.

Do you run x402-endpoints.onrender.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-01
updated

Provider

x402-endpoints.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x1D1B81247C407521E2A01F3E21514870dcf1620f",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "slug": "new-rihanna-album-before-gta-vi-926"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "cached": false,
          "market": {
            "active": true,
            "closed": false,
            "closed_time": null,
            "condition_id": "0x1fad72fae204143ff1c3035e99e7c0f65ea8d5cd9bd1070987bd1a3316f772be",
            "disclaimer": "Indicative resolution status from Polymarket (on-chain indexed), not investment advice.",
            "end_date": "2026-07-31T12:00:00Z",
            "outcome_prices_raw": "[\"0.52\", \"0.48\"]",
            "outcomes": [
              {
                "outcome": "Yes",
                "price": 0.52
              },
              {
                "outcome": "No",
                "price": 0.48
              }
            ],
            "question": "New Rihanna Album before GTA VI?",
            "resolution_source": null,
            "resolution_status": "open",
            "slug": "new-rhianna-album-before-gta-vi-926",
            "source": "Polymarket Gamma API (gamma-api.polymarket.com)",
            "timestamp": "2026-06-25T10:00:00Z",
            "uma_resolution_status": null,
            "winning_outcome": null
          },
          "mode": "lookup",
          "source": "Polymarket Gamma API (gamma-api.polymarket.com)",
          "timestamp": "2026-06-25T10:00:00Z"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "condition_id": {
                  "description": "On-chain condition id, e.g. '0x1fad72...'",
                  "type": "string"
                },
                "limit": {
                  "description": "Max markets when listing resolved markets [1-50], e.g. 20",
                  "type": "integer"
                },
                "slug": {
                  "description": "Market slug, e.g. 'new-rihanna-album-before-gta-vi-926'",
                  "type": "string"
                }
              },
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402-endpoints.onrender.com/polymarket/resolution"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402-endpoints.onrender.com/polymarket/resolution");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402-endpoints.onrender.com/polymarket/resolution")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3300.json, and this resource appears in /discovery/resources and /discovery/search.