# BlockRun.AI Sports Markets List

> BlockRun.AI Sports 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-14, last successful call 2026-05-15).

Lists all available sports prediction markets on Polymarket, grouped by game

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/sports/markets
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-05-15
- Success rate: 100% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-2307dc35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SJ73ulAvIKPhfAeUib31b

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-2307dc35
```

Example prompt: Show me all the sports prediction markets currently available on BlockRun, grouped by game, so I can see which sporting events I can trade on.

## When to prefer this

Use this endpoint when you need to discover all currently available sports prediction markets on Polymarket, organized by game. Ideal for building sports market browsers, displaying available sports events for trading, or identifying which games have open prediction markets before fetching deeper market data.

## Known failure modes

- No active sports markets available — returns empty data object
- API rate limit exceeded — HTTP 429
- Payment not provided or insufficient — HTTP 402
- Service temporarily unavailable — HTTP 503

## How this service works

List sports markets grouped by game

## Output

A structured list of sports prediction markets organized by game, including market metadata such as market IDs, game details, and available trading options for each sporting event.

## Example request

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

## 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-ai-2307dc35/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)
