GET
/
insights
/
fear-and-greed
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/insights/fear-and-greed \
  --header 'X-API-KEY: <api-key>'
{
  "name": "Fear and Greed Index",
  "now": {
    "value": 73,
    "value_classification": "Greed",
    "timestamp": 1747052304,
    "update_time": "2025-05-12T12:08:10.020Z"
  },
  "yesterday": {
    "value": 73,
    "value_classification": "Greed",
    "timestamp": 1747052304
  },
  "lastWeek": {
    "value": 73,
    "value_classification": "Greed",
    "timestamp": 1747052304
  }
}
50 credits per request
Provides the Crypto Fear & Greed Index which measures market sentiment from 0 (Extreme Fear) to 100 (Extreme Greed). This indicator aggregates multiple factors including volatility, market momentum, social media, and surveys to gauge investor emotional state. Helps identify potential market tops (greed) and bottoms (fear).

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Response

200
application/json

The response is of type object.