# BlockRun.AI Polymarket Historical Cumulative Volume

> BlockRun.AI Polymarket Historical Cumulative Volume is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0085/call, status unknown (last checked 2026-09-14).

Returns historical cumulative trading volume data for a specific Polymarket prediction market token

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/polymarket/markets/:token_id/volume
- Price: $0.0085/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-polymarket-historical-cumulative-volume-6759be64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ksy85YIhppBaBdMx8EZv4

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-historical-cumulative-volume-6759be64
```

Example prompt: Can you pull the historical cumulative trading volume for Polymarket token 0x1234abcd so I can see how activity has built up over time on that market?

## When to prefer this

Choose this endpoint when you need historical cumulative volume data specifically for a Polymarket prediction market token. It is ideal for time-series analysis of trading activity, liquidity assessment, or detecting volume anomalies. Prefer this over general DeFi volume endpoints when the target is a specific Polymarket market identified by token ID.

## Known failure modes

- Invalid or non-existent token_id returns an error or empty dataset
- Market not found if the token_id does not correspond to an active or archived Polymarket market
- Payment failure if the x402 micropayment of $0.0085 USDC is not properly handled
- Rate limiting or upstream Polymarket API unavailability causing delayed or failed responses
- Malformed token_id format causing a 400-level error

## How this service works

Get historical cumulative volume data for a market

## Output

Returns a historical time-series of cumulative trading volume for the specified Polymarket token, including data points showing how total volume has accumulated over time on that prediction market.

## 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-historical-cumulative-volume-6759be64/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)
