# BlockRun.AI Polymarket Market Detail

> BlockRun.AI Polymarket Market Detail is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0075/call, status unknown (last checked 2026-09-15).

Fetches detailed information about a specific Polymarket prediction market by its market slug

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/prediction-market/polymarket/markets
- Price: $0.0075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-1b025caf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R326WAYxQP3KUOR7uyEkG

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-1b025caf
```

Example prompt: Can you pull up the full details for the Polymarket market with slug 'will-trump-win-2024-presidential-election' — I want to see the current odds and market status.

## When to prefer this

Use this endpoint when you need detailed data about a specific known Polymarket prediction market and have the market slug identifier. Prefer this over listing endpoints when you want rich details (odds, resolution criteria, status) for a single market rather than browsing many markets.

## Known failure modes

- Missing market_slug parameter returns 400 or error response
- Invalid or non-existent market_slug returns 404 or empty result
- Polymarket API upstream unavailability causes 502 or timeout
- Payment not processed (x402 payment required) causes 402 response

## How this service works

Pay for the outcome. One endpoint for every model, tool and data source an agent needs — each call priced before it runs, at the best value per dollar. 103 models and 100 data and tool APIs.

## Output

Returns detailed metadata about the specified Polymarket prediction market, including the market title, description, outcome options, current probabilities or odds, market status (open/closed/resolved), resolution criteria, and other relevant market attributes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "market_slug": {
   "type": "string",
   "description": "Required query param"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-ai-1b025caf/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)
