GET
/
insights
/
fear-and-greed
/
chart
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/insights/fear-and-greed/chart \
  --header 'X-API-KEY: <api-key>'
{
  "name": "Fear and Greed Index",
  "data": [
    {
      "timestamp": "1746921600",
      "value": 75,
      "value_classification": "Greed"
    }
  ]
}
50 credits per request
Returns historical data for the Crypto Fear & Greed Index. The data includes daily values over time with timestamps, numerical values (0-100), and classifications (Extreme Fear, Fear, Neutral, Greed, Extreme Greed). This historical view helps track market sentiment trends and identify potential correlation with price movements.

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Response

200
application/json

The response is of type object.