# BlockRun.AI Prediction Markets List

> BlockRun.AI Prediction Markets List is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

List canonical prediction market/question containers with cross-venue Predexon IDs

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/markets
- Price: $0.001/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-5f3ff534
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mZl_T9NKJZGVbFLaBZyB5

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-5f3ff534
```

Example prompt: Show me all the canonical prediction market containers available, including their cross-venue Predexon IDs, so I can see what questions are currently listed.

## When to prefer this

Use this endpoint when you need a comprehensive index of available prediction market containers with their canonical cross-venue Predexon IDs, especially when building integrations that need to reference markets across multiple prediction market venues (e.g., Polymarket and others) using a unified identifier.

## Known failure modes

- No markets returned if the index is empty or the service is unavailable
- HTTP 402 Payment Required if USDC micropayment is not attached
- HTTP 500 if the backend market index service is down
- Empty data object if no markets are currently indexed

## How this service works

List canonical market/question containers with cross-venue Predexon IDs

## Output

A list of canonical market/question containers, each with a cross-venue Predexon ID and associated metadata identifying the prediction market across different venues/platforms.

## Example request

```json
{
 "input": {
  "body": {}
 }
}
```

## 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/blockrun-ai-5f3ff534/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)
