{
  "x402Version": 2,
  "id": 14326,
  "slug": "14326",
  "resource": "https://predict.memoryapi.org/x402/predict/mispricing",
  "description": "Detect prediction market outcome mispricings — find markets where real-world outcome is already determined but market price is wrong",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "Find weather prediction markets where outcome is known but market is mispriced. Compares real temperature vs market expectations.",
        "iconUrl": "https://memoryapi.org/icon.png",
        "input": {
          "method": "GET",
          "schema": {
            "properties": {},
            "required": []
          },
          "type": "http"
        },
        "output": {
          "example": {
            "markets_checked": 5,
            "opportunities": [
              {
                "edge_pct": 82,
                "expected_prob": 0.97,
                "market_prob": 0.15,
                "outcome": "YES",
                "platform": "Polymarket",
                "price_diff": 0.82,
                "question": "Will Shanghai highest temp exceed 30°C on June 1?",
                "type": "weather_outcome"
              }
            ],
            "opportunities_found": 1,
            "success": true
          }
        },
        "serviceName": "MemoryAPI Predict",
        "tags": [
          "prediction",
          "markets",
          "trading"
        ]
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              }
            },
            "required": [
              "method"
            ]
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "predict.memoryapi.org",
  "lastUpdated": "2026-08-28T16:54:32.223Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T16:54:31.943Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "predict.memoryapi.org",
    "manifest_name": "predict.memoryapi.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}