get https://open-api-v4.coinglass.com/api/futures/cgdi-index/history
This endpoint provides historical CGDI (CoinGlass Derivatives 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": 1704067200000,
"cgdi_index_value": 1000
},
{
"time": 1704153600000,
"cgdi_index_value": 1053.2551
},
]
}