API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/globalGlobal 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
1daysnumberDays 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": []
}