API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/defi-yieldsDeFi Yields API
Returns top DeFi yield farming opportunities across all protocols and chains, ranked by APY
Parameters
3chainstringFilter by chain (e.g. Ethereum, Arbitrum)
stableOnlybooleanOnly show stablecoin pools
limitnumberNumber of results (default 50, max 200)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/defi-yields?limit=10' \
-H 'Accept: application/json'200 Response
[
{
"pool_id": "string",
"chain": "Ethereum",
"project": "aave-v3",
"symbol": "USDC",
"tvl_usd": 0,
"apy": 5.23,
"apy_base": 0,
"apy_reward": 0,
"stable_coin": false
}
]