API Documentation

GET/api/1/alternative/fear-and-greed

Fear & Greed Index API

Returns the current market Fear & Greed Index value and historical data

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/alternative/fear-and-greed' \
  -H 'Accept: application/json'
200 Response
{
  "value": 65,
  "classification": "Greed",
  "timestamp": "2024-01-15T00:00:00.000Z"
}