{"uid":"cap_t4-QCNyzqv3IMl1-nm53Z","slug":"netintel-prediction-markets-46627efe","name":"NetIntel Prediction Markets","description":"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).","url":"https://netintel.dev/prediction/markets","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","properties":{"limit":{"type":"number","description":"Max markets to return, 1..50 (default 20). Aliases: count, n"},"query":{"type":"string","description":"Keyword search, e.g. \"election\" or \"bitcoin\". Aliases: q, search, keyword. Omit to list the top active markets by volume"},"status":{"type":"string","description":"active (default), closed, or all. Alias: state"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"count":{"type":"number"},"query":{"type":["string","null"],"description":"echoed keyword; null when browsing top markets"},"source":{"type":"string"},"status":{"type":"string","description":"effective filter: active, closed, or all"},"markets":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":["string","null"]},"slug":{"type":["string","null"]},"active":{"type":"boolean"},"closed":{"type":"boolean","description":"true once resolved/closed (active may still be true)"},"category":{"type":["string","null"]},"end_date":{"type":["string","null"],"description":"ISO 8601 resolution/close date"},"outcomes":{"type":"array","description":"each {outcome, price}; price is the IMPLIED PROBABILITY 0..1 (0.55 = 55% chance), i.e. the current share price in USD"},"question":{"type":"string"},"volume_usd":{"type":"number","description":"lifetime traded volume"},"liquidity_usd":{"type":["number","null"]},"volume_24h_usd":{"type":["number","null"]}}},"description":"in upstream order — browse: volume desc; search: relevance"},"findings":{"type":"array","description":"no_results, limit_clamped, invalid_status, outcomes_unparseable"},"cache_age_seconds":{"type":"number","description":"0 = fresh; results are cached up to 60s per query"}}}}}}},"responseSchema":{"type":"json","example":{"count":2,"query":"bitcoin","source":"polymarket","status":"active","markets":[{"id":"3257332","url":"https://polymarket.com/market/will-bitcoin-reach-100k-in-august-2026","slug":"will-bitcoin-reach-100k-in-august-2026","active":true,"closed":false,"category":"Crypto","end_date":"2026-09-01T04:00:00Z","outcomes":[{"price":0.0005,"outcome":"Yes"},{"price":0.9995,"outcome":"No"}],"question":"Will Bitcoin reach $100,000 in August?","volume_usd":3088033.25,"liquidity_usd":220656.48,"volume_24h_usd":39531.94},{"id":"3257334","url":"https://polymarket.com/market/will-bitcoin-reach-85k-in-august-2026","slug":"will-bitcoin-reach-85k-in-august-2026","active":true,"closed":false,"category":"Crypto","end_date":"2026-09-01T04:00:00Z","outcomes":[{"price":0.0005,"outcome":"Yes"},{"price":0.9995,"outcome":"No"}],"question":"Will Bitcoin reach $85,000 in August?","volume_usd":1674348.63,"liquidity_usd":122917.85,"volume_24h_usd":194808.39}],"findings":[],"cache_age_seconds":0}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Z-vldqm43TYNVWdZG2gCH","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches live Polymarket prediction-market odds — list top active markets by volume or search by keyword, with implied probabilities, volume, and resolution dates","exampleAgentPrompt":"What are the current Polymarket odds on the next US presidential election — show me the top 10 active political markets with their implied probabilities and resolution dates?","exampleUseCases":[{"title":"Election odds for political briefing","prompt":"Pull the top 10 active Polymarket markets related to the 2026 US elections — I want each candidate's implied win probability and how much volume has traded in the last 24 hours."},{"title":"Bitcoin price prediction tracking","prompt":"Search Polymarket for active markets about Bitcoin hitting price targets — give me the questions, current Yes/No probabilities, and when each market resolves."},{"title":"Macro event probability monitoring","prompt":"Find me the most active Polymarket markets on Fed interest rate decisions and recession probability — show up to 20 results with their liquidity and 24h volume."}],"resultDescription":"A JSON object with a count, echoed query, source (polymarket), effective status filter, and an array of markets. Each market includes: unique ID, Polymarket URL, slug, active/closed flags, category, ISO 8601 resolution date, a list of outcomes with implied probability prices (0–1 scale), lifetime volume in USD, 24h volume in USD, and liquidity in USD. Results are ordered by volume (browse mode) or relevance (search mode). Also includes a findings array for edge cases like no results or clamped limits.","failureModes":["No markets found for keyword — returns empty markets array with 'no_results' finding","limit out of range — clamped to 1–50 and flagged with 'limit_clamped' finding","Invalid status value — flagged with 'invalid_status' finding and defaults to active","Polymarket upstream unavailable — may return stale cached data or error","Outcomes unparseable from upstream — flagged with 'outcomes_unparseable' finding"],"whenToPreferThis":"Use this endpoint when you need real-time crowd-sourced event probabilities from Polymarket — elections, crypto price targets, economic events, sports, or geopolitical outcomes. Prefer this over news or analyst sources when you want market-implied probabilities rather than qualitative opinions. It requires no API key and costs only $0.005 per call, making it ideal for agent workflows that need live probability signals at low cost.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:53:41.616Z","isFirstParty":false}