API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/defi-protocolsDeFi Protocols List API
Returns top DeFi protocols ranked by TVL with 1d/7d change, category, and chain info
Parameters
1limitnumberNumber of protocols (default 50, max 200)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/defi-protocols?limit=10' \
-H 'Accept: application/json'200 Response
[
{
"slug": "lido",
"name": "Lido",
"symbol": "LDO",
"category": "Liquid Staking",
"chain": "Ethereum",
"tvl": 14500000000,
"change_1d": 0,
"change_7d": 0
}
]