API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/fear-greed-historyCrypto Fear & Greed History API
Returns daily Crypto Fear & Greed Index values with classification (Extreme Fear to Extreme Greed)
Parameters
1daysnumberDays of history (default 90, max 365)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/fear-greed-history' \
-H 'Accept: application/json'200 Response
[
{
"date": "2024-01-15T00:00:00.000Z",
"value": 72,
"classification": "Greed"
}
]