# DeFi Protocol Fee & Revenue Analytics

> DeFi Protocol Fee & Revenue Analytics is a paid API for AI agents from defi.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns daily and weekly DeFi protocol fee totals, revenue breakdowns, and protocol earnings data for valuation analysis.

## Facts

- Endpoint: GET https://defi.hugen.tokyo/defi/fees
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-hugen-tokyo-2ed40510
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pQ224Zfuz-4VHqf2MQZmF

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 defi-hugen-tokyo-2ed40510
```

Example prompt: What are the daily and weekly fee totals and revenue breakdown for the top DeFi protocols right now — I need this to compare protocol earnings for a valuation analysis?

## When to prefer this

Use this endpoint when you need structured fee and revenue data for DeFi protocol valuation, competitive benchmarking, or earnings analysis. Prefer over general TVL endpoints when the specific question is about protocol monetization, fee generation, or revenue rather than liquidity.

## Known failure modes

- Protocol not found or unsupported — returns empty or error response
- Rate limiting if called too frequently without payment
- Payment not processed — 402 response requiring USDC payment on Base or Solana
- Stale data if underlying data source has not updated recently

## How this service works

DeFi protocol fee and revenue data — daily/weekly totals, revenue breakdowns, and protocol earnings. Essential for protocol valuation. Accepts USDC payments on Base and Solana

## Output

Returns daily and weekly fee totals, revenue breakdowns by category, and protocol-level earnings figures useful for DeFi protocol valuation and comparison.

## Example request

```json
{
 "protocol": "aave"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-hugen-tokyo-2ed40510/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi.hugen.tokyo](https://www.zero.xyz/host/defi.hugen.tokyo/llms.txt)
