API Documentation

GET/api/1/crypto-extended/defi-yields

DeFi Yields API

Returns top DeFi yield farming opportunities across all protocols and chains, ranked by APY

Parameters

3
chainstring
query

Filter by chain (e.g. Ethereum, Arbitrum)

stableOnlyboolean
query

Only show stablecoin pools

limitnumber
query

Number 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
}
]