# KiteEndpoints.ai - Crypto Fear & Greed Index

> KiteEndpoints.ai - Crypto Fear & Greed Index is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.17/call, status unknown (last checked 2026-09-15).

Returns the current crypto market Fear & Greed Index sentiment score and classification

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/sentiment/fear-greed
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-crypto-fear-greed-index-57a6aa96
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gGe46nBIm7pzC5hm7YpCu

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 kiteendpoints-ai-crypto-fear-greed-index-57a6aa96 -d '<json body>'
```

Example prompt: What's the current crypto Fear & Greed Index reading — is the market in fear or greed territory right now?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use lookup of the crypto Fear & Greed Index without maintaining a subscription to a dedicated sentiment data provider. Ideal for agents that occasionally need market sentiment context as part of trading signals, portfolio decisions, or market briefings, and prefer micropayment access via USDC on Base rather than managing API keys.

## Known failure modes

- Upstream data source unavailable returns an error or stale data
- Payment not processed (insufficient USDC balance) results in 402 rejection
- Rate limiting if called too frequently
- Malformed response if the underlying index provider is down

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured response containing the current Fear & Greed Index value (typically 0–100), its sentiment classification (e.g. Extreme Fear, Fear, Neutral, Greed, Extreme Greed), and potentially timestamp or historical context for the reading.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-crypto-fear-greed-index-57a6aa96/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
