Full detail for ONE Polymarket prediction market by id or slug — question, descr
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).
Answeringour last check, 2026-09-24
1 of 1checks answered this week
951 msmedian answer time
$0.003listed price per call
$0.003price 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/market
| Category | Market data |
|---|---|
| Provider host | netintel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.003 | 951 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"slug": "will-the-us-invade-iran-before-2027"
},
"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": {
"id": {
"description": "Numeric Polymarket market id, e.g. \"665374\". Aliases: market_id, market. Wins over slug",
"type": "string"
},
"slug": {
"description": "Market slug, e.g. \"will-the-us-invade-iran-before-2027\" (last segment of a polymarket.com URL; a full URL works too). Alias: market_slug",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"active": {
"type": "boolean"
},
"cache_age_seconds": {
"description": "0 = fresh; cached <=60s per market",
"type": "number"
},
"category": {
"description": "from Polymarket tags",
"type": [
"string",
"null"
]
},
"closed": {
"description": "true once resolved (active may still be true)",
"type": "boolean"
},
"description": {
"type": [
"string",
"null"
]
},
"end_date": {
"description": "ISO 8601 resolution/close date",
"type": [
"string",
"null"
]
},
"findings": {
"description": "outcomes_unparseable, id_treated_as_slug, slug_extracted_from_url",
"type": "array"
},
"id": {
"type": "string"
},
"liquidity_usd": {
"type": [
"number",
"null"
]
},
"outcomes": {
"description": "each {outcome, price}; price = IMPLIED PROBABILITY 0..1 (0.55 = 55% chance)",
"type": "array"
},
"question": {
"type": "string"
},
"resolution_source": {
"description": "usually null \u2014 terms live in description",
"type": [
"string",
"null"
]
},
"slug": {
"type": [
"string",
"null"
]
},
"source": {
"type": "string"
},
"start_date": {
"type": [
"string",
"null"
]
},
"url": {
"type": [
"string",
"null"
]
},
"volume_24h_usd": {
"type": [
"number",
"null"
]
},
"volume_usd": {
"description": "lifetime traded volume",
"type": "number"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}