# Crypto Fear & Greed Index via Meta-Router

> Crypto Fear & Greed Index via Meta-Router is a paid API for AI agents from srv1553682.hstgr.cloud, paid per call via x402, $0.001785/call, status unknown (last checked 2026-09-13).

Returns the current Crypto Fear & Greed index value with classification, plus 7-day historical data, routed through an in-house meta-router with outcome logging.

## Facts

- Endpoint: GET https://srv1553682.hstgr.cloud/route/fear-greed
- Price: $0.001785/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-fear-greed-index-via-meta-router-68ecd818
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LDQSojB6k2hgHnG9n_gtb

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability crypto-fear-greed-index-via-meta-router-68ecd818
```

Example prompt: What's the current crypto Fear & Greed index, and can you show me how it's trended over the last 7 days?

## When to prefer this

Choose this endpoint when you need both the current Fear & Greed index and recent 7-day history in a single call, with the reliability benefit of an outcome-logged meta-router that won't charge on failure. Prefer over direct Alternative.me API calls when you need the x402 micropayment model or when you want built-in self-healing and retry logic.

## Known failure modes

- Upstream data source unavailable — meta-router may return a cached or degraded response
- Rate limiting or payment failure — returns 402 if USDC payment not included or insufficient
- Network timeout on the hosted server — expect occasional latency spikes on shared hosting
- Empty or stale historical data if upstream provider hasn't updated recently

## How this service works

Crypto Fear & Greed index (current + 7-day history) via the verified-quality meta-router: in-house first, outcome-logged, never charged on failure.

## Output

Returns the current Fear & Greed index numeric value (0-100) with a textual classification (e.g. 'Extreme Fear', 'Fear', 'Neutral', 'Greed', 'Extreme Greed'), along with 7 days of historical index readings and their corresponding classifications and timestamps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-fear-greed-index-via-meta-router-68ecd818/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from srv1553682.hstgr.cloud](https://www.zero.xyz/host/srv1553682.hstgr.cloud/llms.txt)
