# BlockRun.AI MLB Sports Game Market Outcomes

> BlockRun.AI MLB Sports Game Market Outcomes is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0085/call, status unknown (last checked 2026-09-13).

Retrieves a single MLB sports game (ARI vs WSH, June 6 2026) with all associated prediction market venue outcomes

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/sports/markets/mlb-ari-wsh-2026-06-06
- Price: $0.0085/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-mlb-sports-game-market-outcomes-8d78c5a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ion3vw_FIvjYUHjG4jSs6

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-mlb-sports-game-market-outcomes-8d78c5a1
```

Example prompt: Pull up the prediction market data for the Arizona Diamondbacks vs Washington Nationals MLB game on June 6th, 2026, and show me all the venue outcomes available for that matchup.

## When to prefer this

Use this endpoint when you need granular, structured prediction market outcome data for a specific MLB game, particularly when you want all venue outcomes in a single call. Ideal for agents building sports analytics dashboards, monitoring prediction market positions, or needing game-specific market data without querying broader sports datasets. Best suited for pay-per-call workflows where only one game's data is needed at a time.

## Known failure modes

- Game not found or does not exist — returns empty or error response
- Payment not completed — 402 payment required error before data is returned
- Invalid game identifier format — malformed URL or parameters
- Game date not yet available in the system — future games may lack data
- Network timeout or upstream data provider unavailability

## How this service works

Get a single sports game with all venue outcomes

## Output

Returns a JSON object containing details for the specified MLB game (ARI vs WSH, 2026-06-06) along with all associated venue market outcomes, such as win/loss probabilities, spread markets, and other prediction market data points available for that game.

## 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-mlb-sports-game-market-outcomes-8d78c5a1/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)
