fearAndGreedHistorical
Access historical Crypto Fear and Greed Index data to analyze market sentiment trends over time. Specify start and limit parameters to retrieve precise historical values for informed decision-making.
Instructions
Returns historical CMC Crypto Fear and Greed Index values.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
start | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"limit": {
"maximum": 500,
"minimum": 1,
"type": "number"
},
"start": {
"minimum": 1,
"type": "number"
}
},
"type": "object"
}