API Reference
Pricing
API Reference

CDRI Index

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

PlansHobbyistStartupStandardProfessionalEnterprise
Available

Response Data

{
  "code": "0",
  "data": [
    {
      "time": 1646438400000,
      "cdri_index_value": 50
    },
    {
      "time": 1646524800000,
      "cdri_index_value": 47
    },
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!