{
  "x402Version": 2,
  "id": 14325,
  "slug": "14325",
  "resource": "https://predict.memoryapi.org/x402/predict/markets",
  "description": "Browse Polymarket prediction markets. Filter by category (crypto, politics, sports, economics, science, entertainment, pop-culture), search by keyword, or set limit.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "Polymarket prediction markets browser. Free API with optional tag filtering and keyword search.",
        "iconUrl": "https://memoryapi.org/icon.png",
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": "20",
            "q": "bitcoin",
            "tag": "crypto"
          },
          "schema": {
            "properties": {
              "limit": {
                "description": "Results count (default 20, max 50)",
                "type": "number"
              },
              "q": {
                "description": "Keyword search in question field",
                "type": "string"
              },
              "tag": {
                "description": "Category filter: crypto, politics, sports, economics, science, entertainment, pop-culture",
                "type": "string"
              }
            },
            "required": []
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 3,
            "markets": [
              {
                "category": "crypto",
                "id": "market1",
                "outcomes": [
                  {
                    "name": "Yes",
                    "price": 0.65
                  },
                  {
                    "name": "No",
                    "price": 0.35
                  }
                ],
                "price": 0.65,
                "question": "Will Bitcoin reach $100k by 2025?",
                "volume_usd": 5000000
              }
            ],
            "source": "Polymarket",
            "success": true,
            "total_volume_usd": 15000000
          }
        },
        "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-25T12:08:11.6Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T20:14:14.089Z"
  },
  "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"
  }
}