# ADH Airdrops Intel Pro — Crypto Airdrop Due Diligence Intelligence

> ADH Airdrops Intel Pro — Crypto Airdrop Due Diligence Intelligence is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a ranked, tiered list of 700+ crypto airdrop projects with due-diligence scores, tier classifications, and investment quality signals sourced from 239 aggregated data feeds.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/airdrops-intel-pro
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-airdrops-intel-pro-crypto-airdrop-due-diligence-intelligence-aea7bf31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YxwQqVa2pz9QylrOyKNUW

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 adh-airdrops-intel-pro-crypto-airdrop-due-diligence-intelligence-aea7bf31
```

Example prompt: Pull the latest ADH Airdrops Intel Pro list and show me all S-tier and A-tier projects with their probability and investment scores so I can decide which airdrops to prioritize this week.

## When to prefer this

Choose this endpoint when you need a pre-scored, tiered, research-grade airdrop opportunity list sourced from a large number of aggregated signals, rather than raw on-chain data or a single-source airdrop calendar. Best suited for AI agents performing autonomous crypto due diligence, portfolio opportunity screening, or morning intelligence briefings — especially when you want derived conclusions (tier + probability score) rather than raw event data. Less appropriate if you need real-time on-chain transaction data or want to filter by a specific blockchain network.

## Known failure modes

- 402 Payment Required — x402 micropayment not settled before request; agent must complete payment flow first
- Stale data — updated_at timestamp may lag if upstream sources are delayed
- Partial response — full detailed data available only via the paginated /api/v1/airdrops/intel/pro URL returned in the response
- Empty top array — possible if scoring pipeline is temporarily unavailable
- Network timeout — upstream aggregation of 239 sources may occasionally delay response

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

Returns a JSON object containing: a 'top' array of highest-ranked airdrop projects each with name (n), probability score (p), tier (t, e.g. S/A/B/C), and investment score (inv); tier distribution counts (S/A/B/C totals); total project count (~704); a URL to the full detailed report; an 'includes' summary string; and an updated_at ISO timestamp indicating data freshness.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ]
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "required": []
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "top": [
    {
     "n": "Nous Research",
     "p": 0.9482,
     "t": "S",
     "inv": 99.9
    },
    {
     "n": "Nous Research",
     "p": 0.9482,
     "t": "S",
     "inv": 99.9
    }
   ],
   "full": "/api/v1/airdrops/intel/pro",
   "tiers": {
    "A": 55,
    "B": 109,
    "C": 185,
    "S": 19,
    "STORABLE": 336
   },
   "total": 704,
   "includes": "全704项目+全部保姆级手册+研报"
  },
  "updated_at": "2026-08-09T18:17:08Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-airdrops-intel-pro-crypto-airdrop-due-diligence-intelligence-aea7bf31/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)
