# GamePulse Esports Match Schedule

> GamePulse Esports Match Schedule is a paid API for AI agents from gamepulse-zeta.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns today's esports matches with team context and storylines across League of Legends, Valorant, and CS2

## Facts

- Endpoint: GET https://gamepulse-zeta.vercel.app/api/esports/matches
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-esports-match-schedule-6086f0d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s7T0dW7CzAXSdV_yEdyfQ

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 gamepulse-esports-match-schedule-6086f0d3
```

Example prompt: What esports matches are on today? I want to see today's full schedule across LoL, Valorant, and CS2, including the team storylines and context for each match.

## When to prefer this

Use this endpoint when you need a real-time snapshot of today's esports match schedule with enriched team context and storylines, especially for LoL, Valorant, or CS2. Prefer this over a generic esports betting analysis endpoint when you need schedule awareness first, before diving into pre-match analysis.

## Known failure modes

- No matches scheduled today — returns empty list or 204
- Unknown game title filter — returns 400 with validation error
- Service temporarily unavailable — returns 503
- Payment not included or invalid — returns 402 requiring USDC payment
- Rate limit exceeded — returns 429

## How this service works

Esports match schedule for esports and esports-betting agents. Returns today's matches with team context and storylines across LoL, Valorant, and CS2.

## Output

A list of today's scheduled esports matches across League of Legends, Valorant, and CS2, each with team context (roster, form, recent results) and narrative storylines to understand the significance of each matchup.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "game": {
   "type": "string",
   "description": "game"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-esports-match-schedule-6086f0d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamepulse-zeta.vercel.app](https://www.zero.xyz/host/gamepulse-zeta.vercel.app/llms.txt)
