# GGWP Fantasy Stats API

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

Retrieves fantasy sports statistics and data via a pay-per-call API on the Base blockchain using the x402 protocol.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/fantasy-stats
- Price: $0.061422/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-fantasy-stats-api-85775135
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BioCt30_ZbQV6aKiKrN-z

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-fantasy-stats-api-85775135 -d '<json body>'
```

Example prompt: Can you pull up the fantasy stats for Patrick Mahomes for the 2024 NFL season so I can see his total points and performance breakdown?

## When to prefer this

Use this endpoint when you need pay-per-call fantasy sports statistics without a subscription, especially when integrating with x402-compatible Base blockchain payment flows. Suitable for lightweight or infrequent stat lookups where a traditional API key subscription is not warranted.

## Known failure modes

- Missing or malformed request body returns an error response
- Insufficient USDC payment on Base chain results in 402 Payment Required
- Unknown player or team name may return empty or null data
- API may return generic example response if real data is unavailable
- Network timeout on the Vercel-hosted endpoint during high load

## 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 a result object containing fantasy sports statistical data such as player performance metrics, fantasy points, rankings, and related scoring information for the queried player, team, or sport.

## 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-fantasy-stats-api-85775135/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)
