cURL
curl --request GET \ --url https://openapiv1.coinstats.app/insights/fear-and-greed \ --header 'X-API-KEY: <api-key>'
{ "name": "Fear and Greed Index", "now": { "value": 73, "value_classification": "Greed", "timestamp": 1747052304, "update_time": "2025-05-12T12:08:10.020Z" }, "yesterday": { "value": 73, "value_classification": "Greed", "timestamp": 1747052304 }, "lastWeek": { "value": 73, "value_classification": "Greed", "timestamp": 1747052304 } }
Get 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"
Current Fear and Greed index data
Show child attributes
Fear and Greed index data from yesterday
Fear and Greed index data from last week
Was this page helpful?