Skip to content
Eden Engine

Crypto Fear & Greed Index (Current Value & History)

omnial/x402-fear-greed-index

Returns the Crypto Fear & Greed Index -- a 0-100 market sentiment score with a text classification from Extreme Fear to Extreme Greed -- for today by default, or as a multi-day history (up to 30 days) with a rolling average and trend when requested.

activeper callv1
Provider
Web & Business Data Network
Category
crypto-signals
Provider price
$0.0324324 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "days"
  ],
  "properties": {
    "days": {
      "type": "number",
      "description": "Number of days of history to return (1-30). Pass 1 for today's reading only."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "current_value",
    "classification",
    "timestamp",
    "attribution"
  ],
  "properties": {
    "trend": {
      "type": "string",
      "description": "Direction of the index over the requested window, e.g. 'rising'. Only present when days > 1; only 'rising' observed in this tool's one multi-day calibration call."
    },
    "average": {
      "type": "number",
      "description": "Mean of history[].value over the requested window. Only present when days > 1."
    },
    "history": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string",
            "description": "ISO 8601 date for that day's reading."
          },
          "value": {
            "type": "number",
            "description": "Sentiment score from 0 to 100 for that day."
          },
          "classification": {
            "type": "string",
            "description": "Label for that day's value."
          }
        },
        "additionalProperties": false
      },
      "description": "One entry per day in the requested window, most recent first. Only present when days > 1."
    },
    "timestamp": {
      "type": "string",
      "description": "ISO 8601 date the current_value/classification reading applies to."
    },
    "attribution": {
      "type": "string",
      "description": "Plain-text credit line for the index's publisher, observed identical on both calls."
    },
    "current_value": {
      "type": "number",
      "description": "Sentiment score from 0 (Extreme Fear) to 100 (Extreme Greed) for the most recent day."
    },
    "classification": {
      "type": "string",
      "description": "Label for current_value. Observed values: 'Greed', 'Neutral'. The endpoint's documented scale also includes 'Extreme Fear', 'Fear', and 'Extreme Greed', not observed in these two calibration calls."
    }
  },
  "description": "The fear & greed index response, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": false
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.0324324
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026