# AgentDatum Airdrop List

> AgentDatum Airdrop List is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15, last successful call 2026-08-11).

Returns a curated, cross-verified list of active crypto airdrops with deadlines, cost estimates, risk scores, and expected value.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/airdrops/list
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-08-11
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-airdrop-list-8d7c7ac3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wvRY347A2_OPJ593dUztZ

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 agentdatum-airdrop-list-8d7c7ac3
```

Example prompt: Can you pull the latest verified airdrop list and show me which ones have the best expected value with low risk scores — I want to know deadlines and rough costs too.

## When to prefer this

Choose this endpoint when you need a ready-screened, risk-scored airdrop list without doing your own research or cross-referencing multiple sources. It is particularly valuable when you want to avoid scams, need deadline visibility, or want to rank opportunities by expected value. Prefer this over raw blockchain data sources or unverified airdrop aggregators when trust and freshness (6-hour update cadence) matter.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- Upstream data source temporarily unavailable — returns 503 with retry guidance
- Malformed query parameters — returns 400 Bad Request

## How this service works

🔥 VERIFIED AIRDROP LIST — professionally curated, multi-source cross-verified. Every project checked against official docs. Deadlines, cost estimates, risk scores and expected value. Avoid scams and farm what counts. Updated every 6 hours.

## Output

A structured list of currently active crypto airdrops, each entry including the project name, participation deadline, estimated cost to participate, a risk score, and an expected value figure. Data is multi-source cross-verified against official project documentation and refreshed every 6 hours.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "signals": {
   "best_for_beginners": "Base"
  },
  "projects": [
   {
    "cost": "$0.3-2 gas",
    "name": "Base (BASE)",
    "deadline": "2026-12-31",
    "certainty": "5/5",
    "difficulty": "easy",
    "estimated_value": "$200-2000+"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-airdrop-list-8d7c7ac3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
