{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "event-resolver-production-up-railway-app-api-resolve",
  "title": "Event Resolver \u00b7 Prediction Market Resolution",
  "url": "https://event-resolver-production.up.railway.app/api/resolve",
  "category": "ai",
  "summary": "Resolve prediction market questions with binary, numeric, or categorical outcomes.",
  "seo": {
    "title": "Prediction Market Resolver API | Event Resolver x402",
    "description": "Resolve prediction market events via x402 on Base. $0.005 USDC per call. Binary, numeric, and categorical outcome resolution for event contracts."
  },
  "use_cases": [
    "Settle prediction market contracts automatically",
    "Resolve event outcomes for decentralized betting",
    "Verify real-world events for oracle services"
  ],
  "ideal_buyer": "Prediction market operators and oracle agents requiring automated event resolution.",
  "example_prompt": "Resolve: Did BTC reach $100K by April 2026?",
  "example_request_body": {
    "type": "binary",
    "question": "Did BTC reach $100K by April 2026?"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.25,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "5000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "question"
            ],
            "properties": {
              "type": {
                "enum": [
                  "binary",
                  "numeric",
                  "categorical"
                ],
                "type": "string",
                "description": "Type of resolution expected. binary = Yes/No, numeric = a number, categorical = one of several options. Default: binary."
              },
              "question": {
                "type": "string",
                "description": "The event question to resolve, e.g. 'Did BTC reach $100K by April 2026?' or 'Did the Lakers win the NBA Finals 2026?'"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "question",
              "resolution",
              "confidence"
            ],
            "properties": {
              "sources": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Sources consulted"
              },
              "evidence": {
                "type": "array",
                "items": {
                  "type": "object"
                },
                "description": "Evidence supporting resolution"
              },
              "question": {
                "type": "string",
                "description": "Event question evaluated"
              },
              "timestamp": {
                "type": "string"
              },
              "confidence": {
                "type": "number",
                "description": "Confidence 0-100"
              },
              "resolution": {
                "type": "string",
                "description": "Resolved outcome (yes/no/unresolved)"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-d5a198a04dbf",
  "origin": {
    "slug": "event-resolver-production-up-railway-app",
    "host": "event-resolver-production.up.railway.app",
    "title": "Event Resolver API",
    "description": "An x402-payable API endpoint hosted on Railway. No public homepage is available; the origin appears to be a backend service for event resolution or processing.",
    "url": "https://event-resolver-production.up.railway.app",
    "favicon": "https://event-resolver-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/event-resolver-production-up-railway-app-api-resolve",
    "url": "https://x402all.com/resource/event-resolver-production-up-railway-app-api-resolve",
    "name": "Event Resolver \u00b7 Prediction Market Resolution",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/event-resolver-production-up-railway-app-api-resolve",
      "@type": "Offer",
      "price": "0.005",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.005000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://event-resolver-production.up.railway.app/api/resolve",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/event-resolver-production-up-railway-app",
      "url": "https://event-resolver-production.up.railway.app",
      "name": "Event Resolver API",
      "@type": "Organization"
    },
    "identifier": "event-resolver-production-up-railway-app-api-resolve",
    "description": "Resolve prediction market events via x402 on Base. $0.005 USDC per call. Binary, numeric, and categorical outcome resolution for event contracts.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=event-resolver-production-up-railway-app-api-resolve",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=event-resolver-production-up-railway-app-api-resolve"
}
