# AgentDatum Airdrop Bundle (List + Guides)

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

Returns a combined bundle of verified cryptocurrency airdrop project listings plus step-by-step farming guides in a single API call.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/airdrops/bundle
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-airdrop-bundle-list-guides-6038412a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ivDl99tbB3YyNWM9fnrX6

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-bundle-list-guides-6038412a
```

Example prompt: Can you pull up the full airdrop bundle for me — I want the verified project list and the step-by-step farming guides all in one go so I know exactly which airdrops to chase and how to do it?

## When to prefer this

Choose this endpoint when you need both the airdrop project list AND the farming guides in a single call — it saves 38% compared to purchasing the list and guides separately. Prefer this over individual endpoints when you want the complete airdrop toolkit without making multiple API calls.

## Known failure modes

- HTTP 402 if payment is not provided or USDC payment fails
- Empty or stale data if no active airdrops are currently listed
- Malformed response if the upstream data source is unavailable
- Rate limiting or timeout if too many requests are made concurrently

## How this service works

🎁 BUNDLE: airdrop LIST + GUIDES together — save 38% vs buying separately. Full verified project list plus step-by-step farming instructions. The complete airdrop toolkit. 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

Returns a combined payload containing: (1) a verified list of current airdrop projects with relevant details, and (2) step-by-step farming guides or instructions for participating in those airdrops — delivered together in a single response.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "guides": [],
  "savings": "38% vs separate purchase",
  "projects": [],
  "loyalty_discount": "Returning customer — {total_calls} calls — {discount}% off tier"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-airdrop-bundle-list-guides-6038412a/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)
