{
  "x402Version": 2,
  "id": 6446,
  "slug": "6446",
  "resource": "https://mechamanda.com/api/polymarket/trending",
  "description": "Get the top trending prediction markets on Polymarket, sorted by 24h volume. Returns up to 5 markets by default.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xbAd1Aa224bFe4fEb460E12b2553DcDf98a7098d0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": "5",
            "offset": "0"
          },
          "type": "http"
        },
        "output": {
          "example": [
            {
              "description": "This market resolves Yes if...",
              "liquidity": 542000,
              "outcomePrices": [
                "0.65",
                "0.35"
              ],
              "outcomes": [
                "Yes",
                "No"
              ],
              "question": "Will Bitcoin reach $100k by end of 2026?",
              "volume": 1250000
            }
          ],
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "limit": {
                    "description": "Max number of events to return (default 5)",
                    "type": "string"
                  },
                  "offset": {
                    "description": "Pagination offset (default 0)",
                    "type": "string"
                  },
                  "tag_slug": {
                    "description": "Filter by category tag (e.g. politics, sports, crypto)",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "items": {
                  "properties": {
                    "description": {
                      "description": "Market description",
                      "type": "string"
                    },
                    "liquidity": {
                      "description": "Current liquidity in the market",
                      "type": "number"
                    },
                    "outcomePrices": {
                      "description": "Current prices for each outcome (0-1)",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "outcomes": {
                      "description": "Possible outcomes (e.g. Yes/No)",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "question": {
                      "description": "The market question",
                      "type": "string"
                    },
                    "volume": {
                      "description": "Total trading volume",
                      "type": "number"
                    }
                  },
                  "required": [
                    "question",
                    "outcomes",
                    "outcomePrices",
                    "volume"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "mechamanda.com",
  "lastUpdated": "2026-09-14T19:50:34.268Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-14T19:50:33.975Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "mechamanda.com",
    "manifest_name": "mechamanda.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}