# GGWP MLB Live Stats

> GGWP MLB Live Stats is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.114529/call, status unknown (last checked 2026-09-15).

Retrieves live MLB (Major League Baseball) game statistics and scores via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/mlb-live-stats
- Price: $0.114529/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-mlb-live-stats-8f392c71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jWtq4-sAjMEiJUW40vXEx

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 ggwp-mlb-live-stats-8f392c71 -d '<json body>'
```

Example prompt: What are the live scores and stats for all MLB games happening right now?

## When to prefer this

Use this endpoint when you need real-time MLB game scores and statistics via a pay-per-call micropayment model on the Base blockchain using the x402 protocol, and you do not have an existing MLB data subscription or want to avoid monthly API fees.

## Known failure modes

- No live games in progress returns empty or placeholder data
- Stale data if MLB feed is delayed
- Generic schema means errors may not be clearly described
- Payment failure on Base chain blocks the call
- 503/timeout if MLB data source is unavailable

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns live MLB game data including current scores, inning-by-inning breakdown, player statistics, game status, and other real-time baseball game information for ongoing games.

## Request schema (JSON Schema)

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

## 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/ggwp-mlb-live-stats-8f392c71/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
