# blockrun.ai Polymarket Token Price

> blockrun.ai Polymarket Token Price is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0085/call, status unknown (last checked 2026-09-16).

Fetches the current or historical price for a specific Polymarket prediction market token identified by its token ID

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/polymarket/market-price/2143401858385894894190399172754859063760192107542405534567206954789995051162
- Price: $0.0085/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-polymarket-token-price-ac24ddcd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2nN-dRDOAJTxHIuegGLDe

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 blockrun-ai-polymarket-token-price-ac24ddcd
```

Example prompt: What's the current price of Polymarket token 30814998120582118751622631966842073518881797773478713465325226939264181795763? I want to know what the market is pricing that outcome at right now.

## When to prefer this

Use this endpoint when you need real-time or historical price/probability data for a specific Polymarket prediction market outcome token and already have the token ID. Prefer this over general market discovery endpoints when you know the exact token and need its price directly.

## Known failure modes

- Invalid or non-existent token ID returns an error or empty data
- Token ID references a resolved/closed market with no active price
- Network or upstream Polymarket API unavailability causes timeout
- Payment of 0.001 USDC not provided or failed causes 402 rejection

## How this service works

Get current or historical price for a specific token

## Output

Returns current or historical price data for the specified Polymarket token, indicating the market-implied probability or share price as a decimal value (e.g. 0.72 = 72 cents per share).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "query": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "properties": {
      "data": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-ai-polymarket-token-price-ac24ddcd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
