API Documentation

GET/api/1/crypto-extended/global

Global Crypto Market Data API

Returns daily global crypto market snapshots: total market cap, volume, BTC/ETH dominance, active coins, DeFi market cap. The definitive crypto macro dashboard.

Parameters

1
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/global' \
  -H 'Accept: application/json'
200 Response
{
  "latest": {},
  "history": []
}