M

Market Fear & Greed Index · Market Sentiment

by Market Fear & Greed Index

GETBase

$0.05

per call · USD Coin on Base

Market fear & greed index. Aggregated investor sentiment from CNN Fear & Greed, the crypto Fear & Greed index, and the VIX volatility gauge.

Endpoint

GET https://api.kadec0.xyz/v1/market-sentiment

15

Calls / 30d

2

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.kadec0.xyz/v1/market-sentiment", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.kadec0.xyz/v1/market-sentiment?asset_class=all" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "items": [
    {
      "assetClass": "all",
      "crypto": {
        "label": "Extreme Fear",
        "score": 23,
        "source": "alternative.me",
        "trend7d": {
          "change": -5
        }
      },
      "stocks": {
        "label": "fear",
        "score": 37.26,
        "source": "cnn"
      },
      "type": "market_sentiment",
      "vix": {
        "level": "normal",
        "source": "cboe_vix",
        "value": 16.78
      }
    }
  ]
}

Payment details

Pay to0x4df66b6c140778fe0717880a7c6dde5ea53acdea
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from Market Fear & Greed Index & similar services