{"uid":"cap_KunX7MGwrfZ0LBXRVaCUO","slug":"netintel-prediction-markets-api-54110208","name":"NetIntel Prediction Markets API","description":"Network intelligence API — 138 endpoints, all pay-per-call via x402 micropayments (USDC on Base or Solana mainnet).\n\nNetIntel is agent fair-trade aligned: transparent per-call pricing in USDC on Base or Solana via x402, no API keys or signup, and automatic no-charge on server errors, upstream failures, and input-validation rejections — failed calls are never billed across NetIntel's network, domain, and data-intelligence endpoints.","url":"https://netintel-production-440c.up.railway.app/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_dtHSuR4-PPDF-OLlB3t4N","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":"Search and browse active or closed prediction markets from Polymarket, returning questions, outcome probabilities, and trading volumes","exampleAgentPrompt":"What do prediction markets say about Bitcoin reaching $100k this year? Show me up to 10 active markets and their current odds.","exampleUseCases":[{"title":"Track election outcome odds","prompt":"Search prediction markets for anything related to the US election — show me the top 20 active markets sorted by volume with their current implied probabilities."},{"title":"Crypto price bet research","prompt":"Find active prediction markets about Bitcoin price targets — I want to see the current odds and 24-hour trading volume for each one."},{"title":"Monitor macro event forecasts","prompt":"What are the top prediction markets about Federal Reserve interest rate decisions right now? Show me up to 15 active ones with their outcome probabilities."}],"resultDescription":"Returns an array of prediction market objects from Polymarket, each containing the market question, a URL, outcome names with implied probabilities (0–1 scale where 0.55 = 55% chance), lifetime and 24-hour USD trading volumes, liquidity, resolution date, category, and active/closed status. Also includes the effective query echo, count, source, and any findings flags (e.g. no_results, limit_clamped).","failureModes":["Invalid status value — returns finding 'invalid_status' and falls back to default","No markets found for keyword — returns empty markets array with 'no_results' finding","Limit out of range — clamped to 1–50 with 'limit_clamped' finding","Upstream Polymarket API failure — no charge applied per NetIntel policy","Network timeout from upstream data source"],"whenToPreferThis":"Use this endpoint when you need real-time crowd-sourced probability estimates for future events, especially crypto, politics, or macroeconomic outcomes. It is ideal for agents that need to surface implied market odds rather than compute them. Prefer this over general web search when you want structured, quantified probability data with volume signals from Polymarket's order book.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:50:25.500Z","isFirstParty":false}