get_fear_greed_index
Retrieve the Crypto Fear & Greed Index to measure market sentiment on a scale from 0 (extreme fear) to 100 (extreme greed). Useful as a contrarian indicator for timing trades based on crowd emotion.
Instructions
Get the Crypto Fear & Greed Index (0=extreme fear, 100=extreme greed).
A widely-quoted contrarian sentiment indicator that combines volatility, momentum, social media, surveys, BTC dominance and trend volume into a single 0-100 score. Useful for "are people fearful or greedy right now?" questions.
Args: limit: How many days of history to return (default 1 = today only, 0 = all history).
Returns:
Object with name, data (array of { value, value_classification,
timestamp, time_until_update }), and metadata. Higher = greedier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |