API Documentation

⌘K
Get free key
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
}
]