API Documentation

GET/api/1/crypto-extended/market-overview

Crypto Market Overview API

Returns a comprehensive crypto market overview: Fear & Greed index, top gainers/losers, DeFi TVL by chain, top DeFi protocols, stablecoin market caps, and bridge volumes

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/market-overview' \
  -H 'Accept: application/json'
200 Response
{
  "fearGreed": [],
  "topGainers": [],
  "topLosers": [],
  "defiProtocols": [],
  "stablecoins": [],
  "bridges": [],
  "totalTvlHistory": [],
  "chainTvl": []
}