ToolAssay

Crypto market sentiment

Crypto market sentiment: the Fear & Greed Index (0=extreme fear, 100=extreme greed) with classification, plus optional history. Query: days (1-90, default 7). Use as a contrarian signal, regime filter, or risk gauge in trading loops.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1010 msmedian answer time
$0.002listed price per call
$0.002price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402.shizu.me/sentiment

CategoryMarket data
Provider hostx402.shizu.me
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.002 1010 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "days": "7"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "const": "GET"
        },
        "queryParams": {
          "properties": {
            "days": {
              "type": "string"
            }
          },
          "required": [
            "days"
          ],
          "type": "object"
        }
      },
      "required": [
        "method"
      ],
      "type": "object"
    }
  }
}

This page as JSON