API Reference
Pricing
API Reference

Crypto Fear & Greed Index

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

PlansHobbyistStartupStandardProfessionalEnterprise
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
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!