---
name: orchard-data.letom1176.workers.dev
description: This host exposes a single endpoint that returns the current Crypto Fear & Greed Index sourced from alternative.me, including the current value, classification, previous value, and associated timestamps. It provides a snapshot of aggregate crypto market sentiment at the moment of the request.
host: orchard-data.letom1176.workers.dev
---

# orchard-data.letom1176.workers.dev

orchard-data.letom1176.workers.dev is a narrow, single-purpose data host serving agents that need a quick read on current crypto market sentiment. It wraps the alternative.me Fear & Greed Index into a structured, machine-readable response. It is suited for agents that gate trading or allocation logic on a sentiment signal before acting.

## When to use this host

Use this host when an agent needs the current Crypto Fear & Greed Index value as a sentiment gate or input signal before making crypto trading or allocation decisions. Do not use it for historical sentiment time-series data — it returns only the most recent single data point. Do not use it for equity or stock market sentiment indices (e.g., CNN Fear & Greed); those require a different data source. If an agent needs OHLCV price data, order book depth, or on-chain metrics, this host provides none of those — route to a dedicated market data or exchange host instead.

## Capabilities

### Crypto Market Sentiment

Retrieves the current Crypto Fear & Greed Index value and classification, along with the previous value and timestamps, giving agents a single-point sentiment signal for the crypto market.

- **`fetch-crypto-fear-greed-index`** — Returns the current crypto fear and greed index value, classification, and previous value with timestamps, sourced from alternative.me.

## Skill reference

### `fetch-crypto-fear-greed-index`

**Crypto Fear & Greed Index** — Returns the current crypto fear and greed index value, classification, and previous value with timestamps, sourced from alternative.me.

*Use when:* Use when an agent needs to assess current crypto market sentiment, such as determining whether the market is in fear or greed before making trading or allocation decisions.

*Not for:* Do not use for historical time-series sentiment data or for stock/equity market fear and greed indices; this returns only the current single data point for crypto markets.

**Returns:** Returns a JSON object with the current crypto fear and greed index value (e.g., 29), its classification (e.g., Fear), the previous value, and ISO 8601 timestamps for the reading and response.

**Example:** `GET https://orchard-data.letom1176.workers.dev/api/fear-greed`

---
