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" } ] }
Get historical data for the Crypto Fear & Greed Index
You will get
API key needed to access the endpoints. Example: 'demo-api-key'
Name of the index
"Fear and Greed Index"
Array of fear and greed data points
Show child attributes
Unix timestamp as string
"1746921600"
Fear and Greed index value (0-100)
75
Classification of the value
Extreme fear
Fear
Neutral
Greed
Extreme greed
"Greed"
Was this page helpful?