# DeFi Protocol Directory — Full List with TVL & Category

> DeFi Protocol Directory — Full List with TVL & Category 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 the complete list of 5,000+ DeFi protocols with TVL rankings, category classifications, multi-chain deployment info, and metadata

## Facts

- Endpoint: GET https://defi.hugen.tokyo/defi/protocols
- 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-e32ec2d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FXTBFldMdrzsQCG82um1w

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-e32ec2d2
```

Example prompt: Give me the full directory of DeFi protocols — I want to see all 5,000+ with their TVL rankings, which chains they're deployed on, and how they're categorized (lending, DEX, liquid staking, yield, etc.).

## When to prefer this

Use this endpoint when you need a comprehensive, authoritative snapshot of the entire DeFi protocol landscape — all 5,000+ protocols with TVL, categories, and chain data in one call. Prefer this over per-protocol lookups when you need to browse, filter, or rank across the full DeFi ecosystem. The sibling protocol-detail endpoint is better for deep data on a single protocol.

## Known failure modes

- Payment not provided or invalid — 402 Payment Required
- Network timeout due to large response payload (~7.8MB)
- Upstream data provider unavailable — 503 Service Unavailable
- Rate limit exceeded — 429 Too Many Requests

## How this service works

List all 5,000+ DeFi protocols — TVL rankings, category classification, multi-chain deployment info, and metadata. The definitive DeFi protocol directory. Accepts USDC payments on Base and Solana

## Output

A large JSON list of 5,000+ DeFi protocols, each with TVL ranking, category classification (e.g. Lending, DEX, Liquid Staking, Yield), multi-chain deployment details, and associated metadata. Response is very large (~7.8MB untruncated).

## Example request

```json
{
 "chain": "eth"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-hugen-tokyo-e32ec2d2/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)
