API Documentation

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

DeFi Protocols List API

Returns top DeFi protocols ranked by TVL with 1d/7d change, category, and chain info

Parameters

1
limitnumber
query

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