Skip to main content
GET
/
v3
/
global
/
fear-greed
/
chart
Fear & Greed Chart
curl --request GET \
  --url https://api.cryptorank.io/v3/global/fear-greed/chart \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "timestamp": 123,
      "value": 123
    }
  ]
}

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

Query Parameters

period
enum<string>
default:7d
Available options:
7d,
30d,
6m,
1y,
ytd,
all

Response

200 - application/json
data
object[]
required