# Aerodrome Top Liquidity Pools

> Aerodrome Top Liquidity Pools is a paid API for AI agents from origin-mcp.fly.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Fetches a ranked list of Aerodrome Finance liquidity pools on Base with key DeFi metrics including TVL, trading volume, and fees.

## Facts

- Endpoint: GET https://origin-mcp.fly.dev/mcp/tools/aerodrome_top_pools
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/origin-mcp-fly-dev-0a1febdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oMlzKwpMYSJw0a2f7xV_P

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 origin-mcp-fly-dev-0a1febdf
```

Example prompt: What are the top Aerodrome liquidity pools on Base right now — show me their TVL, volume, and fees so I can figure out the best pool for providing liquidity?

## When to prefer this

Use this endpoint when you need a ranked overview of Aerodrome Finance pools on Base with aggregated metrics (TVL, volume, fees). Prefer this over the pool-state endpoint when you want a comparative leaderboard rather than details on a single pool. Ideal for liquidity provision research, DeFi yield analysis, and monitoring which Aerodrome pools are most active.

## Known failure modes

- Aerodrome subgraph or data source unavailable — empty or error response
- Base network RPC issues causing stale or missing data
- Request timeout if pool data indexing is slow
- Rate limiting if too many requests are made in quick succession

## How this service works

Get top Aerodrome pools by TVL or volume

## Output

A ranked list of Aerodrome liquidity pools on Base, each with metrics including TVL (total value locked), 24h trading volume, and fees earned, ordered by pool performance rank.

## Example request

```json
{
 "count": 10
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/origin-mcp-fly-dev-0a1febdf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from origin-mcp.fly.dev](https://www.zero.xyz/host/origin-mcp.fly.dev/llms.txt)
