# BlockRun Sports Markets List

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

Returns a list of prediction market sports events with their associated outcome markets, grouped by game

## Facts

- Endpoint: GET https://sol.blockrun.ai/api/v1/pm/sports/markets
- Price: $0.0075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-sports-markets-list-b90c6543
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W3U3NIpEPBSstg__fBbBw

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-sports-markets-list-b90c6543
```

Example prompt: Show me all the sports prediction markets available right now, grouped by game, so I can see what outcomes I can trade on.

## When to prefer this

Use this endpoint when you need a high-level overview of all available sports prediction markets organized by game, especially when you don't know which specific event or outcome to target. It is ideal for discovery, browsing, or building a dashboard of active sports markets. Prefer this over more specific market endpoints (like Polymarket or Kalshi direct queries) when you want a unified, aggregated view across sports events rather than filtering by a known market ID or sport.

## Known failure modes

- No active sports markets available at time of request — returns empty data
- Service unavailable or 402 payment required if USDC payment fails
- Rate limiting if called too frequently
- Stale market data if underlying sports market sources are delayed

## How this service works

List sports markets grouped by game

## Output

A structured list of sports events (games), each grouped with their associated prediction market outcomes — including market names, identifiers, and relevant metadata for trading or analysis.

## 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-sports-markets-list-b90c6543/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)
