Agent402 DeFi Yields Lookup is a paid API for AI agents from agent402.tools, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).
Fetches and filters live DeFi yield pool data from DefiLlama, returning pools ranked by TVL or APY with rich metadata including APY trends, TVL, and ML-based stability predictions.
Live yield opportunities across DeFi, filterable by chain, protocol, token symbol, stablecoin-only, minimum TVL and minimum APY: pool identity, TVL in dollars, total APY split into base and reward, 1-day, 7-day and 30-day APY change, impermanent-loss risk and exposure type. Use it to find, compare or monitor where a given asset earns the most right now.
Returns a JSON object with a filtered, sorted list of DeFi yield pools sourced from DefiLlama. Each pool entry includes: pool UUID, chain, project slug, token symbol, total APY (base + reward), TVL in USD, APY changes over 1D/7D/30D periods, IL risk indicator, stablecoin flag, outlier flag, APY mean over 30 days, underlying token addresses, and an ML-based APY prediction (class and probability). Also includes applied filter metadata, total matched count, fetch timestamp, and a cache indicator.
POSThttps://agent402.tools/api/defi-yieldsUse this endpoint when you need structured, filterable DeFi yield data sourced from DefiLlama with ML-based APY stability predictions. Prefer this over raw DefiLlama API calls when you need pay-per-call access without API keys, or when building agents that compare yields across chains, protocols, and token types programmatically. It is ideal for yield optimization agents, portfolio rebalancing bots, or DeFi research tools that need ranked pool data with TVL and APY trend context.
| Field | Type | Description |
|---|---|---|
| sort | string | "tvl" (default) or "apy", descending. |
| chain | string | Chain name as DefiLlama uses it (Ethereum, Base, Arbitrum, Solana, BSC, Optimism...). Case-insensitive, common aliases accepted. Omit for all chains. |
| limit | number | Rows to return (default 20, max 100). |
| maxApy | number | Maximum total APY in percent (drops headline outliers). |
| minApy | number | Minimum total APY in percent. |
| symbol | string | Token symbol filter, e.g. USDC or WETH-USDC; matches any leg of the pool symbol (case-insensitive). |
| project | string | Project slug substring (aave-v3, uniswap-v3, morpho, pendle, curve-dex...). Case-insensitive. |
| exposure | string | "single" or "multi" asset exposure. |
| minTvlUsd | number | Minimum pool TVL in USD (default 10000; pass 0 for no floor). |
| stablecoinOnly | boolean | true = only stablecoin pools. |
| excludeOutliers | boolean | Drop pools DefiLlama flags as APY outliers (default true). |
{
"type": "json",
"example": {
"sort": "apy",
"count": 1,
"pools": [
{
"apy": 6.1,
"pool": "54e9b138-3146-4c1f-8dce-1cb948f5ef96",
"chain": "Base",
"ilRisk": "no",
"symbol": "USDC",
"tvlUsd": 25000000,
"apyBase": 4.9,
"outlier": false,
"project": "morpho-v1",
"apyPct1D": -0.04,
"apyPct7D": 0.5,
"exposure": "single",
"poolMeta": null,
"apyPct30D": -0.05,
"apyReward": 1.2,
"apyMean30d": 5.8,
"prediction": {
"class": "Stable/Up",
"probability": 67
},
"stablecoin": true,
"volumeUsd1d": null,
"volumeUsd7d": null,
"rewardTokens": [],
"underlyingTokens": [
"0x8335..."
]
}
],
"cached": true,
"source": "defillama-yields",
"filters": {
"chain": "Base",
"maxApy": null,
"minApy": null,
"symbol": null,
"project": null,
"exposure": null,
"minTvlUsd": 1000000,
"stablecoinOnly": true,
"excludeOutliers": true
},
"matched": 42,
"fetchedAt": "2026-08-22T12:00:00.000Z"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"