# ADH DeFi Fees & Revenue Intelligence

> ADH DeFi Fees & Revenue Intelligence is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches ranked DeFi protocol fees and revenue data across 2500+ protocols, sourced and cleaned from DeFiLlama, with 24h/7d/30d breakdowns.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/defi-fees-revenue
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-defi-fees-revenue-intelligence-ee6f3573
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H_GcMaDURFA5_K6_3f_rj

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-defi-fees-revenue-intelligence-ee6f3573
```

Example prompt: Pull the latest DeFi protocol fees and revenue rankings — I want to see the top protocols by 24-hour fees, their 7-day and 30-day totals, and which categories like stablecoin issuers are leading right now.

## When to prefer this

Choose this endpoint when you need a ranked, cleaned, and timestamped snapshot of DeFi protocol fees and revenue across a broad universe (2500+ protocols), especially for crypto due diligence, macro DeFi health monitoring, or comparative protocol analysis. Prefer this over raw DeFiLlama API access when you want entity-resolved, agent-ready data with provenance metadata already attached, delivered via x402 micropayment at $0.01 per call.

## Known failure modes

- Upstream DeFiLlama data unavailable — stale or missing data returned
- Payment not processed via x402 — 402 response requiring $0.01 USDC payment
- Rate limiting if payment flow is not correctly handled
- Empty or partial protocol list if source aggregation is incomplete
- Timestamp skew if data collection cycle is delayed

## How this service works

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

## Output

Returns a JSON object with a ranked list of DeFi protocols including protocol name, supported chains, category, fees over 24h/7d/30d in USD, and revenue over 24h in USD. Also includes universe size (total protocols tracked), number of ranked protocols, total ecosystem fees for the last 24 hours, the underlying data source (DeFiLlama), and the data collection timestamp.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": [
    {
     "name": "Tether",
     "chains": [
      "Off Chain"
     ],
     "category": "Stablecoin Issuer",
     "fees_7d_usd": 112002476,
     "fees_24h_usd": 16041701,
     "fees_30d_usd": 482247006,
     "revenue_24h_usd": 0
    },
    {
     "name": "Tether",
     "chains": [
      "Off Chain"
     ],
     "category": "Stablecoin Issuer",
     "fees_7d_usd": 112002476,
     "fees_24h_usd": 16041701,
     "fees_30d_usd": 482247006,
     "revenue_24h_usd": 0
    }
   ],
   "universe_size": 2541,
   "protocols_ranked": 120,
   "total_fees_24h_usd": 51450085.41
  },
  "source": "defillama",
  "data_type": "区块链",
  "collected_at": "2026-08-09T18:40:04Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-defi-fees-revenue-intelligence-ee6f3573/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)
