# Coockies.ai Active Airdrops

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

Retrieves a list of currently active cryptocurrency airdrop campaigns

## Facts

- Endpoint: POST https://coockies-ai.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/coockies-ai-active-airdrops-09a5f647
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DaGw79la8q8iK7Ad_sPU5

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 coockies-ai-active-airdrops-09a5f647 -d '<json body>'
```

Example prompt: What cryptocurrency airdrops are currently active that I can participate in? Give me a list of all live airdrop campaigns right now.

## When to prefer this

Use this endpoint when an agent or user needs a real-time list of active crypto airdrop campaigns without specifying a particular token or project. It is best suited for discovery and monitoring workflows where the goal is to surface all currently available airdrop opportunities in one call, paid per-use via x402 on Base chain without requiring a subscription.

## Known failure modes

- No active airdrops found — result data may be empty or null
- Payment failure via x402 on Base chain — insufficient USDC balance
- Service unavailable — Vercel deployment may be down
- Rate limiting or quota exceeded — too many requests
- Stale or outdated airdrop data if upstream sources are not refreshed

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

A JSON object containing a result field with data about currently active airdrop campaigns, likely including token names, distribution details, eligibility criteria, and campaign status.

## 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/coockies-ai-active-airdrops-09a5f647/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
