ToolAssay

Live prediction-market odds from Polymarket — list the top active markets by vol

Live prediction-market odds from Polymarket — list the top active markets by volume, or search by keyword. Each result has the question, outcomes with current prices (implied probabilities), 24h/total volume, liquidity, and resolution date. No API key. Great for agents tracking real-world event probabilities (elections, crypto, sports, econ). Pass params as query (GET) or a JSON body (POST).

Answeringour last check, 2026-09-24
1 of 1checks answered this week
944 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://netintel.dev/prediction/markets

CategoryMarket data
Provider hostnetintel.dev
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 944 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 2,
    "query": "bitcoin"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "limit": {
              "description": "Max markets to return, 1..50 (default 20). Aliases: count, n",
              "type": "number"
            },
            "query": {
              "description": "Keyword search, e.g. \"election\" or \"bitcoin\". Aliases: q, search, keyword. Omit to list the top active markets by volume",
              "type": "string"
            },
            "status": {
              "description": "active (default), closed, or all. Alias: state",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "cache_age_seconds": {
              "description": "0 = fresh; results are cached up to 60s per query",
              "type": "number"
            },
            "count": {
              "type": "number"
            },
            "findings": {
              "description": "no_results, limit_clamped, invalid_status, outcomes_unparseable",
              "type": "array"
            },
            "markets": {
              "description": "in upstream order \u2014 browse: volume desc; search: relevance",
              "items": {
                "properties": {
                  "active": {
                    "type": "boolean"
                  },
                  "category": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "closed": {
                    "description": "true once resolved/closed (active may still be true)",
                    "type": "boolean"
                  },
                  "end_date": {
                    "description": "ISO 8601 resolution/close date",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "id": {
                    "type": "string"
                  },
                  "liquidity_usd": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "outcomes": {
                    "description": "each {outcome, price}; price is the IMPLIED PROBABILITY 0..1 (0.55 = 55% chance), i.e. the current share price in USD",
                    "type": "array"
                  },
                  "question": {
                    "type": "string"
                  },
                  "slug": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "url": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "volume_24h_usd": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "volume_usd": {
                    "description": "lifetime traded volume",
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "query": {
              "description": "echoed keyword; null when browsing top markets",
              "type": [
                "string",
                "null"
              ]
            },
            "source": {
              "type": "string"
            },
            "status": {
              "description": "effective filter: active, closed, or all",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON