API Documentation

GET/api/1/crypto-extended/chain-tvl

Chain TVL API

Returns Total Value Locked (TVL) by blockchain over time (Ethereum, Solana, Arbitrum, etc.). Essential for crypto macro analysis.

Parameters

2
chainstring
query

Filter by chain name (e.g. Ethereum, Solana)

daysnumber
query

Days of history (default 90, max 365)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/chain-tvl' \
  -H 'Accept: application/json'
200 Response
[
  {
  "chain": "Ethereum",
  "date": "2024-01-15T00:00:00.000Z",
  "tvl": 32000000000
}
]