Skip to main content
GET
/
v3
/
global
/
fear-greed
Crypto Fear & Greed Index
curl --request GET \
  --url https://api.cryptorank.io/v3/global/fear-greed \
  --header 'X-Api-Key: <api-key>'
{
  "value": 64,
  "classification": "Greed"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt

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

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json
value
number
required

Fear & Greed value 0..100

Example:

64

classification
string
required

Extreme Fear | Fear | Neutral | Greed | Extreme Greed

Example:

"Greed"