DeFi yield pools
defi_yieldsScreen DefiLlama's yield-pool universe by chain, project, token symbol, minimum TVL and stablecoin-only, ranked by APY, returning each pool's stable pool_id, chain, project, symbol, TVL in USD, total/base/reward APY, 30-day mean APY, impermanent-loss risk and exposure. Use it to find where a given asset earns yield. An unpublished APY stays null, never zero. Costs $0.008 USDC per call via x402 on Base; an unpaid call returns the payment challenge instead of data, and a call that returns no data is never settled so it costs nothing. Equivalent HTTP route: GET /defi/yields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Only pools on this chain Example: 'Base'. | |
| limit | No | How many to return, 1-100 (default 20) Example: '20'. | |
| symbol | No | Token symbol substring Example: 'USDC'. | |
| project | No | Only pools from this DefiLlama project Example: 'aave-v3'. | |
| min_tvl_usd | No | Minimum pool TVL in USD (default 1000000) Example: '1000000'. | |
| stablecoin_only | No | Only stablecoin pools Example: 'true'. |