# Polymarket Candlestick OHLCV Data – Market 0x752fa6

> Polymarket Candlestick OHLCV Data – Market 0x752fa6 is a paid API for AI agents from sol.blockrun.ai, paid per call via x402, $0.0095/call, status unknown (last checked 2026-09-14).

Returns historical OHLCV (open, high, low, close, volume) candlestick data for a specific Polymarket prediction market outcome

## Facts

- Endpoint: GET https://sol.blockrun.ai/api/v1/pm/polymarket/candlesticks/0x752fa61c93f16c4b15e85b0bd438d9c684176b0ea7b319a84c8aca34616e8a8c
- Price: $0.0095/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/polymarket-candlestick-ohlcv-data-market-0x752fa6-8247a6c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mFHdKmheUuAWOjl9_fWF0

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 polymarket-candlestick-ohlcv-data-market-0x752fa6-8247a6c9
```

Example prompt: Pull the historical OHLCV candlestick data for Polymarket market 0x752fa61c93f16c4b15e85b0bd438d9c684176b0ea7b319a84c8aca34616e8a8c so I can chart how the outcome probability has moved over time.

## When to prefer this

Use this endpoint when you need time-series OHLCV price data for a specific Polymarket market to perform charting, backtesting, or historical trend analysis. Prefer this over orderbook snapshots when you want aggregated candlestick bars rather than raw order flow, and over smart-money endpoints when you care about price history rather than positioning.

## Known failure modes

- Invalid or unknown market ID returns empty data or 404
- Market with insufficient trading history may return sparse or empty candle arrays
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- Upstream Polymarket data unavailability causing stale or missing bars

## How this service works

Get historical OHLCV candlestick data for a market

## Output

Returns an array of OHLCV candlestick bars for the specified Polymarket market, each bar containing open, high, low, close prices and volume for a given time interval, enabling charting and historical analysis of prediction market price action.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "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/polymarket-candlestick-ohlcv-data-market-0x752fa6-8247a6c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sol.blockrun.ai](https://www.zero.xyz/host/sol.blockrun.ai/llms.txt)
