get https://open-api-v4.coinglass.com/api/futures/cdri-index/history
his endpoint provides historical CDRI (CoinGlass Derivatives Risk Index) data.
Cache / Update Frequency: every 1 minutes 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",
"data": [
{
"time": 1646438400000,
"cdri_index_value": 50
},
{
"time": 1646524800000,
"cdri_index_value": 47
},
]
}