# NetIntel Polymarket Market Intelligence

> NetIntel Polymarket Market Intelligence is a paid API for AI agents from netintel-production-440c.up.railway.app, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches live Polymarket prediction market data including current outcome probabilities, volume, and resolution details by market ID or slug

## Facts

- Endpoint: GET https://netintel-production-440c.up.railway.app/prediction/market
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/netintel-polymarket-market-intelligence-ab07fcd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_30g2hdHc07DmjdpSUBHEW

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability netintel-polymarket-market-intelligence-ab07fcd0
```

Example prompt: What are the current Polymarket odds for 'Will the U.S. invade Iran before 2027?' — pull the outcome probabilities, volume, and whether the market is still active using the slug 'will-the-us-invade-iran-before-2027'.

## When to prefer this

Choose this endpoint when you need real-time Polymarket prediction market data including outcome probabilities, volume, and resolution details without API keys or a Polymarket account. It is ideal for agents that need to incorporate crowd-sourced probability estimates into analysis or reporting. It accepts both numeric market IDs and human-readable slugs (or full Polymarket URLs), making it flexible for various input formats. Prefer this over scraping Polymarket directly or using general web search when you need structured, machine-readable probability data at low cost ($0.003 per call).

## Known failure modes

- Invalid or unknown market ID/slug returns an error — no charge is applied
- Passing a full Polymarket URL as slug is supported via slug_extracted_from_url finding
- If Polymarket upstream is unavailable, call fails with no charge
- Market with unparseable outcomes returns outcomes_unparseable in findings array
- Numeric-looking slug treated as ID — id_treated_as_slug finding is returned to warn caller

## How this service works

Network intelligence API — 138 endpoints, all pay-per-call via x402 micropayments (USDC on Base or Solana mainnet).

NetIntel 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.

## Output

Returns a JSON object with the market question, active/closed status, list of outcomes each with an implied probability (0–1 scale, e.g. 0.55 = 55% chance), lifetime and 24h trading volume in USD, liquidity in USD, start and end/resolution dates, market description including resolution criteria, the Polymarket URL, category tag, and a cache_age_seconds field indicating data freshness (cached up to 60 seconds per market).

## Request schema (JSON Schema)

```json
{
 "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": {
      "id": {
       "type": "string",
       "description": "Numeric Polymarket market id, e.g. \"665374\". Aliases: market_id, market. Wins over slug"
      },
      "slug": {
       "type": "string",
       "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"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "id": {
       "type": "string"
      },
      "url": {
       "type": [
        "string",
        "null"
       ]
      },
      "slug": {
       "type": [
        "string",
        "null"
       ]
      },
      "active": {
       "type": "boolean"
      },
      "closed": {
       "type": "boolean",
       "description": "true once resolved (active may still be true)"
      },
      "source": {
       "type": "string"
      },
      "category": {
       "type": [
        "string",
        "null"
       ],
       "description": "from Polymarket tags"
      },
      "end_date": {
       "type": [
        "string",
        "null"
       ],
       "description": "ISO 8601 resolution/close date"
      },
      "findings": {
       "type": "array",
       "description": "outcomes_unparseable, id_treated_as_slug, slug_extracted_from_url"
      },
      "outcomes": {
       "type": "array",
       "description": "each {outcome, price}; price = IMPLIED PROBABILITY 0..1 (0.55 = 55% chance)"
      },
      "question": {
       "type": "string"
      },
      "start_date": {
       "type": [
        "string",
        "null"
       ]
      },
      "volume_usd": {
       "type": "number",
       "description": "lifetime traded volume"
      },
      "description": {
       "type": [
        "string",
        "null"
       ]
      },
      "liquidity_usd": {
       "type": [
        "number",
        "null"
       ]
    
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "id": "665374",
  "url": "https://polymarket.com/market/will-the-us-invade-iran-before-2027",
  "slug": "will-the-us-invade-iran-before-2027",
  "active": true,
  "closed": false,
  "source": "polymarket",
  "category": "Politics",
  "end_date": "2027-01-01T04:59:00Z",
  "findings": [],
  "outcomes": [
   {
    "price": 0.155,
    "outcome": "Yes"
   },
   {
    "price": 0.845,
    "outcome": "No"
   }
  ],
  "question": "Will the U.S. invade Iran before 2027?",
  "start_date": "2025-11-05T17:52:17.414Z",
  "volume_usd": 63556874.05,
  "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.",
  "liquidity_usd": 664672.8,
  "volume_24h_usd": 284848.61,
  "cache_age_seconds": 0,
  "resolution_source": null
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/netintel-polymarket-market-intelligence-ab07fcd0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from netintel-production-440c.up.railway.app](https://www.zero.xyz/host/netintel-production-440c.up.railway.app/llms.txt)
