API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/defi/{symbol}DeFi Protocol Stats API
Returns DeFi protocol details by symbol/slug: TVL history, fees/revenue, top yield pools, and protocol metadata. Data sourced from DefiLlama.
Parameters
1symbolstringrequiredProtocol symbol (e.g. AAVE, UNI) or slug (e.g. aave, uniswap)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/defi/aave' \
-H 'Accept: application/json'200 Response
{
"protocol": {},
"tvlHistory": [],
"fees": [],
"yields": []
}