# blockrun.ai Sports Outcomes by Predexon ID

> blockrun.ai Sports Outcomes by Predexon ID is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0085/call, status unknown (last checked 2026-09-14).

Returns all equivalent sports betting outcomes across venues for a given Predexon ID

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/pm/sports/outcomes/px-jdtq5b6vagozsfnu
- Price: $0.0085/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-sports-outcomes-by-predexon-id-0d5b1c76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hPTtItlHeImOOakKAQ7L5

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-sports-outcomes-by-predexon-id-0d5b1c76
```

Example prompt: Can you pull up all the equivalent sports outcomes available across different venues for Predexon ID px-jdtq5b6vagozsfnu?

## When to prefer this

Use this endpoint when you have a specific Predexon ID and need to discover all equivalent sports outcomes across multiple venues or markets. Ideal for cross-venue comparison, arbitrage discovery, or ensuring completeness of outcome coverage for a known prediction market event.

## Known failure modes

- Invalid or malformed Predexon ID returns empty or error response
- Predexon ID not found in system returns empty data object
- Payment not settled results in 402 Payment Required
- Rate limiting or quota exceeded
- Venue data temporarily unavailable for some outcomes

## How this service works

Find all equivalent sports outcomes across venues for a Predexon ID

## Output

A data object containing all equivalent sports outcomes mapped across different venues for the specified Predexon ID, allowing comparison of how the same outcome is represented or offered across multiple markets.

## 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-sports-outcomes-by-predexon-id-0d5b1c76/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)
