# GGWP Active Airdrops API

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

Retrieves a list of currently active cryptocurrency airdrops across blockchain projects

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/active-airdrops
- Price: $0.148561/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-active-airdrops-api-e2b3a6c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TWRiXMl3yvYFGCdrqLbfp

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-active-airdrops-api-e2b3a6c4 -d '<json body>'
```

Example prompt: Can you pull up all the active crypto airdrops happening right now so I can see which ones I might be eligible for?

## When to prefer this

Use this endpoint when you need a real-time snapshot of active crypto airdrops and want a pay-per-call model without subscription overhead. Prefer this over manual blockchain explorer searches or subscription-based airdrop aggregators when cost-per-query and crypto-native payment (x402/USDC on Base) are acceptable.

## Known failure modes

- No active airdrops available at query time — empty result set
- Payment not processed correctly via x402 protocol — 402 response
- Network or upstream data source unavailable — 5xx error
- Malformed request body — 400 validation error
- Airdrop data may be stale if underlying data source has not refreshed

## 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 structured list of currently active cryptocurrency airdrops including details such as project/token name, eligible networks, claim windows or deadlines, and any eligibility requirements. Response is wrapped in a result object with a data field.

## 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-active-airdrops-api-e2b3a6c4/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)
