# GGWP USA Lottery Results API

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

Retrieves current USA lottery results and drawing data via a pay-per-call endpoint on the Base blockchain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/usa-lottery
- Price: $0.123894/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-usa-lottery-results-api-c4cd0525
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GeKQt41KB1T9u1CTHrLxH

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-usa-lottery-results-api-c4cd0525 -d '<json body>'
```

Example prompt: Can you pull up the latest USA lottery results — specifically the most recent Powerball and Mega Millions winning numbers and jackpot amounts?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to US lottery results without a subscription, particularly when operating in a crypto-native or x402-enabled agent environment on the Base chain. Useful for one-off or infrequent lottery lookups where per-call pricing is more economical than a subscription API.

## Known failure modes

- Payment failure on Base chain causes 402 response with no data returned
- Upstream lottery data source unavailable results in empty or error result object
- Invalid or malformed request body returns an error response
- Drawing data not yet updated if queried immediately after a draw

## 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 lottery drawing data such as winning numbers, jackpot amounts, draw dates, and game names for US lotteries like Powerball and Mega Millions.

## 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-usa-lottery-results-api-c4cd0525/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)
