$0.003
per call · USD Coin on Base
Full detail for ONE Polymarket prediction market by id or slug — question, description, every outcome with its current price (implied probability), volume, liquidity, open/close dates, resolution source, category, and status. No API key. The drill-in companion to /prediction/markets (browse/search): find a market there, then pull its full state here. Pass id or slug as query (GET) or a JSON body (POST).
Endpoint
GET https://netintel.dev/prediction/market1
Calls / 30d
1
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://netintel.dev/prediction/market", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://netintel.dev/prediction/market?slug=will-the-us-invade-iran-before-2027" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"active": true,
"cache_age_seconds": 0,
"category": "Politics",
"closed": false,
"description": "This market will resolve to \"Yes\" if the United States commences a military offensive intended to establish control over any portion of Iran by December 31, 2026, 11:59 PM ET. Otherwise, this market will resolve to \"No\".\n\nFor the purposes of this market, land de facto controlled by Iran or the United States as of November 4, 2025 12:00 PM ET, will be considered the sovereign territory of that country.\n\nThe resolution source for this market will be a consensus of credible sources.",
"end_date": "2027-01-01T04:59:00Z",
"findings": [],
"id": "665374",
"liquidity_usd": 664672.8,
"outcomes": [
{
"outcome": "Yes",
"price": 0.155
},
{
"outcome": "No",
"price": 0.845
}
],
"question": "Will the U.S. invade Iran before 2027?",
"resolution_source": null,
"slug": "will-the-us-invade-iran-before-2027",
"source": "polymarket",
"start_date": "2025-11-05T17:52:17.414Z",
"url": "https://polymarket.com/market/will-the-us-invade-iran-before-2027",
"volume_24h_usd": 284848.61,
"volume_usd": 63556874.05
}Payment details
0xdadc335482ad545296fd7b28518a251ffcbeb9dfUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Games & Fun and the homepage with a featured placement.
More from NetIntel & similar services
NetIntel · WEB Extract
netintel.dev
Extract article / main content from any URL or PDF to clean, LLM-ready Markdown (web scraper / reader / html-to-markdown) — strips scripts, nav, ads, and boilerplate while preserving headings, links, lists, tables, code blocks, and blockquotes; extracts the text layer from PDFs. Returns Markdown body, title, word count, and a quality grade. For JS-rendered or bot-walled pages a plain fetch can't read, use /exa/contents.
NetIntel · Openai GPT 4O
netintel.dev
Call OpenAI's gpt-4o via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.10 per request in USDC. Standard OpenAI chat.completions shape. EVERY call is bounded by a 16000-token combined input budget (real tokenizer) plus the 48000-char cap; output 2048. Vision: up to 4 https image_url parts (detail low/high/auto). Search terms: OpenAI, gpt-4o, vision, image input, chat completion, LLM, no API key.
NetIntel · Currency Exchange Convert
netintel.dev
Convert any amount between 32 fiat currencies (live European Central Bank rates) and major cryptocurrencies (BTC, ETH, USDC, SOL, ICP, CELO and more, live Coinbase spot rates) — fiat↔fiat, crypto↔fiat, and crypto↔crypto all work. Returns converted amount, exchange rate, inverse rate, rate date, and rate source so agents can price and invoice across fiat and crypto without a paid forex API.