# Stratalize Multi-League Sports Scores

> Stratalize Multi-League Sports Scores is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns live and recent scores across NBA, NFL, MLB, and NHL leagues in a single cryptographically attested API call

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/sports-scores-multi
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-multi-league-sports-scores-39843cb1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Voj3ntTB8yfzQS22vGy-

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 stratalize-multi-league-sports-scores-39843cb1
```

Example prompt: Give me a live sports score update across all major leagues — NBA, NFL, MLB, and NHL — whatever's active right now.

## When to prefer this

Use this endpoint when an AI agent needs a broad sports context snapshot without prior knowledge of which leagues are currently in season. Ideal for macro agents that want a single attested call covering all four major US sports rather than making separate per-league queries. The cryptographic attestation (ML-DSA-65) makes it preferable when verifiability of the data source matters.

## Known failure modes

- No active leagues found if no games are currently in season — response may return empty set
- Invalid league enum value causes input validation error
- Payment of 0.1 USDC not processed results in 402 response
- TheSportsDB upstream unavailability causes data fetch failure
- Cryptographic signing service outage may delay or block attested response

## How this service works

Cross-sport intelligence brief — live and recent scores across all active leagues (NBA, NFL, MLB, NHL) in a single attested call. Returns only leagues with recent activity. Use when an agent needs sports context without knowing which leagues are in season. Source: TheSportsDB. Every response is ML-DSA-65 signed and independently verifiable.

## Output

A single response containing live and recent scores for all specified leagues (defaulting to all four: NBA, NFL, MLB, NHL), filtered to only those with recent activity. Each response is ML-DSA-65 cryptographically signed and includes a verifiable receipt URL at trust.stratalize.com/verify for independent attestation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "leagues": {
   "type": "array",
   "items": {
    "enum": [
     "nba",
     "nfl",
     "mlb",
     "nhl"
    ],
    "type": "string"
   },
   "description": "Leagues to include (defaults to all four)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-multi-league-sports-scores-39843cb1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
