# GGWP API Hub - Live Score 6

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

Fetches live sports score data via a pay-per-call POST endpoint on the GGWP API Hub platform.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/livescore6
- Price: $0.161345/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-live-score-6-ff7c96e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ff0pUJxee6WcmUuhvZMBG

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-live-score-6-ff7c96e5 -d '<json body>'
```

Example prompt: Can you pull the latest live scores right now using the GGWP livescore feed — I want to see what matches are currently in progress and their current scores?

## When to prefer this

Choose this endpoint when you need real-time live sports score data and are operating within an x402 pay-per-call payment flow on the Base blockchain. Suitable for agents needing instant score lookups without a subscription-based API key arrangement.

## Known failure modes

- Empty or null result object if no live matches are currently in progress
- Payment failure on Base chain preventing access to the endpoint
- Malformed request payload causing a 400 error
- Stale or delayed data if upstream sports data provider is lagging
- Service unavailability on Vercel hosting causing 503 errors

## 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 live sports score data including match information, current scores, and game status for ongoing matches.

## 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-live-score-6-ff7c96e5/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)
