pool_snapshot
Get a cached snapshot of top DeFi liquidity pools. Filter by protocol (e.g. "uniswap-v3"), chain (e.g. "ethereum"), or token symbol (e.g. "ETH"). Returns TVL, APY, 24h volume, IL risk, and registry enrichment. Data refreshed every 15 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pool | No | Filter by specific pool address or DeFi Llama pool ID | |
| chain | No | Filter by chain, e.g. "ethereum", "base", "arbitrum" | |
| limit | No | Max results (1-100) | |
| order | No | Sort order | desc |
| token | No | Filter pools containing this token symbol, e.g. "ETH", "USDC" | |
| offset | No | Pagination offset | |
| sortBy | No | Sort field | tvl |
| protocol | No | Filter by protocol name, e.g. "uniswap-v3", "curve", "aave" |