# BlockRun.AI Prediction Market Listings

> BlockRun.AI Prediction Market Listings 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).

Lists all venue-native executable prediction market listings flattened across canonical markets

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/markets/listings
- 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-372e55f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qKG9G1fvlarRX70xAZGzk

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-372e55f3
```

Example prompt: Can you pull up all the available prediction market listings across every venue on BlockRun right now so I can see what markets are currently executable?

## When to prefer this

Use this endpoint when you need a comprehensive, flattened view of all executable prediction market listings across multiple venues in a single call, rather than querying individual venue APIs separately. Ideal for agents that need to enumerate available markets before executing trades or analyzing market availability on BlockRun.

## Known failure modes

- Empty data object returned if no active listings are available
- HTTP 402 if payment of 0.001 USDC is not included in the request
- HTTP 500 if the upstream market data aggregation fails
- Rate limiting errors if too many requests are made in quick succession
- Partial data if some venue feeds are temporarily unavailable

## How this service works

List venue-native executable listings flattened across canonical markets

## Output

A flattened list of venue-native executable prediction market listings across canonical markets, including market identifiers, venue metadata, and listing details packaged as a data object.

## 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-372e55f3/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)
