v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Sentiment

Fear & Greed index

The current Fear & Greed reading (a 15-minute snapshot — no history). Omit coin for the market-wide index, or pass a coin slug for a per-coin reading. intervals carries the 7d/30d sub-scores and their component breakdown.

get/api/v1/sentiment/fear-greed

Query parameters

coinstring

Coin slug for a per-coin reading; omit for the market index.

Example:bitcoin

Coin slug for a per-coin reading; omit for the market index.

Response

Example response

{
  "data": {
    "scope": "market",
    "score": 15,
    "regime": "neutral",
    "intervals": {
      "7d": {
        "score": 15,
        "regime": "neutral",
        "breakdown": {
          "volume": 40,
          "breadth": 1,
          "momentum": -8,
          "volatility": 36
        },
        "score_normalized": 15
      },
      "30d": {
        "score": 18,
        "regime": "neutral",
        "breakdown": {
          "volume": 80,
          "breadth": 1,
          "momentum": -10,
          "volatility": 18
        },
        "score_normalized": 18
      }
    }
  }
}