# SYNTHORA DeFi Llama TVL Ranking

> SYNTHORA DeFi Llama TVL Ranking is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns a ranked list of top DeFi protocols by Total Value Locked (TVL), including rank, chain, category, and 1-day/7-day change, sourced from DefiLlama.

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/defi-llama-tvl-ranking
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-defi-llama-tvl-ranking-4e8f7d00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wx5LceKuhe1mIrYGig8La

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 synthora-defi-llama-tvl-ranking-4e8f7d00 -d '<json body>'
```

Example prompt: Pull the top 100 DeFi protocols ranked by TVL from DefiLlama — I want to see each protocol's chain, category, and how their TVL has changed over the last 1 day and 7 days.

## When to prefer this

Choose this endpoint when you need a ranked, multi-protocol TVL snapshot with trend data (1d/7d changes) across all DeFi chains and categories in a single call. Prefer this over scraping DefiLlama directly because it is keyless, timestamped, and payable via x402 micropayment. Best for agents that need DeFi market overviews, competitive protocol analysis, or liquidity monitoring without managing API keys.

## Known failure modes

- Upstream DefiLlama API unavailable — returns error or stale data
- limit parameter exceeds 200 — likely capped or returns error
- Network timeout if DefiLlama is slow to respond
- Empty or partial response if DefiLlama data is incomplete at time of call

## How this service works

SYNTHORA defi-llama-tvl-ranking: Top DeFi protocols by TVL with rank, chain, category and 1d/7d change, capped list (default 50, max 200 via {"limit":N}). Source: api.llama.fi/protocols (DefiLlama), keyless, timestamped.

## Output

A timestamped, ranked list of up to 200 DeFi protocols (default 50), each entry containing protocol name, TVL rank, total value locked, blockchain chain, DeFi category, and percentage change in TVL over the past 1 day and 7 days. Data is sourced from DefiLlama's public API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "top N, default 50, max 200"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-defi-llama-tvl-ranking-4e8f7d00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
