# GGWP API Hub - Baseball Datafeeds

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

Provides baseball sports data feeds including scores, stats, and game information via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/baseball-datafeeds
- Price: $0.172901/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-baseball-datafeeds-9ca88409
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HBuGXbErXbRE5foY2MMcV

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-api-hub-baseball-datafeeds-9ca88409 -d '<json body>'
```

Example prompt: Can you pull the latest baseball scores and stats for today's MLB games using the GGWP baseball data feed?

## When to prefer this

Choose this endpoint when you need baseball-specific sports data and are already operating within the x402 pay-per-call ecosystem on Base chain. Useful for agents that need to retrieve MLB scores, player stats, or game schedules without a long-term subscription commitment.

## Known failure modes

- Missing or malformed request body returns an error
- Payment failure on Base chain results in 402 response
- Invalid query parameters may return empty or error result
- Service unavailability from upstream baseball data provider
- Rate limiting if too many calls are made in a short period

## 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 baseball data such as game scores, player statistics, team standings, or schedule information depending on the query. The response is wrapped in a result.data field as a generic object.

## 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-api-hub-baseball-datafeeds-9ca88409/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)
