get https://open-api-v4.coinglass.com/api/index/fear-greed-history
This endpoint provides data for the Crypto Fear & Greed Index
Cache / Update Frequency: every day for all the API plans.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ✅ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"data_list": [4611285.1141, ...], // Fear and Greed Index values
"price_list": [4788636.51145, ...], // Corresponding price data
"time_list": [1636588800, ...] // Timestamps
}
]
}