Skip to main content
GET
/
insights
/
fear-and-greed
Get the Crypto Fear & Greed Index
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
  }
}

Documentation Index

Fetch the complete documentation index at: https://coinstats.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

10 credits per request
  • 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 required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.

Response

name
string
required

Name of the index

Example:

"Fear and Greed Index"

now
object
required

Current Fear and Greed index data

yesterday
object
required

Fear and Greed index data from yesterday

lastWeek
object
required

Fear and Greed index data from last week