# SilverbackDeFi Top Pools

> SilverbackDeFi Top Pools is a paid API for AI agents from x402.silverbackdefi.app, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Retrieves the top liquidity pools on DeFi protocols, ranked by relevant metrics such as volume, TVL, or yield

## Facts

- Endpoint: POST https://x402.silverbackdefi.app/api/v1/top-pools
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-silverbackdefi-app-8ba0ba5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tRsJ17KscEfO3jfTb0TC8

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 x402-silverbackdefi-app-8ba0ba5b -d '<json body>'
```

Example prompt: Show me the top 10 liquidity pools on Base chain right now, sorted by TVL — I want to see the token pairs, current APY, and 24-hour trading volume for each.

## When to prefer this

Use this endpoint when you need a ranked overview of top-performing liquidity pools across DeFi protocols, especially on Base chain. Prefer this over individual pool lookups when you want a comparative leaderboard by TVL, volume, or yield. Ideal for yield farming research, liquidity provision decisions, or market overview dashboards.

## Known failure modes

- Invalid chain or protocol parameter returns 400 error
- No pools found for given filter criteria returns empty result set
- Payment not received or insufficient USDC balance returns 402
- Upstream on-chain data provider unavailable returns 503
- Rate limit exceeded returns 429

## Output

A ranked list of top liquidity pools including pool addresses, token pairs, TVL, 24-hour trading volume, APY, and protocol names

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-silverbackdefi-app-8ba0ba5b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.silverbackdefi.app](https://www.zero.xyz/host/x402.silverbackdefi.app/llms.txt)
