API Reference
Pricing
API Reference

CGDI Index

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

PlansHobbyistStartupStandardProfessionalEnterprise
Available

Response Data

{
  "code": "0",
  "data": [
    {
      "time": 1704067200000,
      "cgdi_index_value": 1000
    },
    {
      "time": 1704153600000,
      "cgdi_index_value": 1053.2551
    },
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!