# TheRundown v1 Sports Data via Magnum.ai

> TheRundown v1 Sports Data via Magnum.ai is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-15).

Retrieves sports odds, scores, and event data from TheRundown API through Magnum.ai's pay-per-call x402 marketplace on Base chain.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/therundown-therundown-v1
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/therundown-v1-sports-data-via-magnum-ai-9cf0cacf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xitGwT3d-3biBack9Bc66

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 therundown-v1-sports-data-via-magnum-ai-9cf0cacf -d '<json body>'
```

Example prompt: Can you pull the latest odds and betting lines for tonight's NFL games from TheRundown, including the spread and moneyline for each matchup?

## When to prefer this

Use this endpoint when you need structured sports odds, scores, or event data from TheRundown and are operating in an x402-enabled environment on Base chain. Prefer this over alternatives when you need pay-per-call access without a subscription, or when integrating sports data into an agent workflow that already uses crypto micropayments.

## Known failure modes

- Payment failure if USDC balance insufficient on Base chain — returns 402 Payment Required
- Invalid or unsupported sport/league query returns empty or error result
- Rate limiting if too many calls in quick succession
- Stale data if queried between update cycles for live events
- Malformed request body returns 400 Bad Request

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns sports event data including odds, scores, schedules, and betting lines from TheRundown's database, wrapped in a result object containing the API response data for the queried sport or event.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/therundown-v1-sports-data-via-magnum-ai-9cf0cacf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
