{
  "x402Version": 2,
  "id": 5262,
  "slug": "5262",
  "resource": "https://x402stock.xyz/api/v1/fear-greed",
  "description": "The current US stock-market Fear & Greed index (0–100, CNN-style) with its sentiment rating and all five weighted components — volatility, momentum, put/call, safe-haven demand, junk-bond demand — each with value, weight, and reading. Includes the last 30 days of scores and a backtest of S&P 500 forward returns by sentiment zone. A one-call read of market mood. From x402stock",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-06-05T00:00:00.000Z",
            "backtest": [
              {
                "entries": 31,
                "label": "Extreme Fear (0–20)",
                "periods": [
                  {
                    "avg_return_percent": 4.37,
                    "best_percent": 23.07,
                    "period": "1 Month",
                    "samples": 30,
                    "win_rate_percent": 83,
                    "worst_percent": -11.68
                  }
                ],
                "zone": "extreme_fear"
              }
            ],
            "components": [
              {
                "description": "VIX vs 20-day average",
                "detail": "VIX 15.4 / MA20 16.9",
                "name": "VOLATILITY",
                "value": 63,
                "weight": 25
              },
              {
                "description": "S&P 500 vs 125-day MA",
                "detail": "SPY 757 / MA125 695",
                "name": "MOMENTUM",
                "value": 77,
                "weight": 25
              }
            ],
            "index": "us_stock",
            "rating": "Greed",
            "recent": [
              {
                "date": "2026-06-04",
                "score": 64
              }
            ],
            "score": 69,
            "source": "x402stock"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "as_of": {
                    "type": "string"
                  },
                  "backtest": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "entries": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "label": {
                          "type": "string"
                        },
                        "periods": {
                          "items": {
                            "additionalProperties": false,
                            "properties": {
                              "avg_return_percent": {
                                "anyOf": [
                                  {
                                    "type": "number"
                                  },
                                  {
                                    "type": "null"
                                  }
                                ]
                              },
                              "best_percent": {
                                "anyOf": [
                                  {
                                    "type": "number"
                                  },
                                  {
                                    "type": "null"
                                  }
                                ]
                              },
                              "period": {
                                "type": "string"
                              },
                              "samples": {
                                "anyOf": [
                                  {
                                    "type": "number"
                                  },
                                  {
                                    "type": "null"
                                  }
                                ]
                              },
                              "win_rate_percent": {
                                "anyOf": [
                                  {
                                    "type": "number"
                                  },
                                  {
                                    "type": "null"
                                  }
                                ]
                              },
                              "worst_percent": {
                                "anyOf": [
                                  {
                                    "type": "number"
                                  },
                                  {
                                    "type": "null"
                                  }
                                ]
                              }
                            },
                            "required": [
                              "period",
                              "avg_return_percent",
                              "win_rate_percent",
                              "best_percent",
                              "worst_percent",
                              "samples"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        },
                        "zone": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "zone",
                        "label",
                        "entries",
                        "periods"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "components": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "detail": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "value": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "weight": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "required": [
                        "name",
                        "value",
                        "weight",
                        "description",
                        "detail"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "index": {
                    "const": "us_stock",
                    "type": "string"
                  },
                  "rating": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "recent": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "score": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "required": [
                        "date",
                        "score"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "score": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "source": {
                    "const": "x402stock",
                    "type": "string"
                  }
                },
                "required": [
                  "source",
                  "as_of",
                  "index",
                  "score",
                  "rating",
                  "components",
                  "recent",
                  "backtest"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-16T16:41:06.659Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-16T16:41:06.294Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402stock.xyz",
    "manifest_name": "x402stock.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}