# x402stock Fear & Greed Liquidity Index

> x402stock Fear & Greed Liquidity Index is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.01/call, status unknown (last checked 2026-09-15).

Returns the current Fear & Greed and market liquidity sentiment index data for US markets, pay-per-use via USDC.

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/fear-greed/liquidity
- Price: $0.01/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-fear-greed-liquidity-index-cba75b72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_94T2EWoQNL9dYgkyOXDl2

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 x402stock-fear-greed-liquidity-index-cba75b72
```

Example prompt: What's the current fear and greed index reading for the US stock market — is sentiment showing fear, greed, or something in between, and how does liquidity look right now?

## When to prefer this

Choose this endpoint when you need a real-time, quantitative sentiment gauge for US equity markets — specifically the Fear & Greed and liquidity index — without needing to set up API keys or accounts. Ideal for agents that need to incorporate market sentiment into trading decisions, research summaries, or risk assessments on a pay-per-use basis.

## Known failure modes

- Payment failure if USDC balance is insufficient or x402 payment is rejected
- Invalid or malformed request body returns an error
- Data provider outage may return 503 or empty response
- Rate limiting if too many rapid requests are made

## How this service works

US net liquidity (Fed balance sheet minus Treasury General Account minus reverse repo) as a 0–100 percentile with its label and 4-week trend, broken into its FRED components (WALCL, TGA, RRP, M2) plus ~52 weeks of history. A macro-liquidity gauge for risk appetite. Complements the /api/v1/fed-funds and other FRED macro endpoints. From x402stock, a market & economic data API (x402, USDC).

## Output

Returns the current Fear & Greed index score and liquidity conditions for US markets, typically including a numeric score, a sentiment label (e.g. Extreme Fear, Fear, Neutral, Greed, Extreme Greed), and associated liquidity metrics. Costs $0.01 USDC per call, deducted via x402 payment protocol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-fear-greed-liquidity-index-cba75b72/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
