# The Stall — Sports Prediction & Schedule Endpoint

> The Stall — Sports Prediction & Schedule Endpoint is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns sports predictions, schedules, and game data for major leagues (MLB, NBA, NFL, NHL, NCAAF, NCAAB), optionally filtered by team and date, via micropayment on Base mainnet.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/sports-prediction
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-sports-prediction-schedule-endpoint-65aacb9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SfKjOoIL1xPb-n4bJRCzC

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 the-stall-sports-prediction-schedule-endpoint-65aacb9b
```

Example prompt: What are the predicted winners for tonight's NBA games? Pull the predictions for all matchups today — if you can filter to the Lakers specifically, do that too.

## When to prefer this

Choose this endpoint when you need AI-callable sports predictions or schedules for major US leagues (MLB, NBA, NFL, NHL, NCAAF, NCAAB) without needing an API key or account — payment is handled automatically via USDC micropayment on Base. Ideal for agents operating in a crypto-native, permissionless environment. Prefer over traditional sports APIs when avoiding account registration is a priority or when the x402 payment flow is already integrated.

## Known failure modes

- Missing required 'sport' parameter returns a validation error
- Invalid league code (e.g. 'soccer' instead of 'mlb') returns an error or empty result
- Date format other than YYYY-MM-DD may cause parsing failure or default to today
- Team name typo returns no filtered results or falls back to full schedule
- Payment failure (insufficient USDC on Base mainnet) results in 402 response and no data returned
- Future dates beyond available prediction window may return empty or limited results

## How this service works

Returns today's (or a given date's) sports games with team win-loss records, venue, scheduled time, and live score. Supports MLB, NBA, NFL, NHL, NCAAF, NCAAB. Sourced from ESPN public API — no key required. $0.005/call. Use before prediction-markets or sports-content tasks to get accurate team context.

## Output

A structured response containing predicted game outcomes, schedules, and related data for the specified sport and optional team/date filters. May include win probabilities, matchups, and game times for the requested league.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "date": "2024-01-15",
   "team": "Lakers",
   "sport": "nba"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-sports-prediction-schedule-endpoint-65aacb9b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
