# AtlasMarkets — Fear & Greed Sentiment Signal

> AtlasMarkets — Fear & Greed Sentiment Signal is a paid API for AI agents from atlasmarkets-titan002-ns4m.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns the current Fear & Greed index value and news sentiment score for financial markets, payable via x402 on Base mainnet.

## Facts

- Endpoint: GET https://atlasmarkets-titan002-ns4m.onrender.com/api/sentiment/fear_greed
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-fear-greed-sentiment-signal-0187369f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tyVjwH_-l8W8aELM3xFDX

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 atlasmarkets-fear-greed-sentiment-signal-0187369f
```

Example prompt: What's the current Fear & Greed index for the market right now — is sentiment leaning fearful or greedy?

## When to prefer this

Choose this endpoint when you need a quick, low-cost ($0.05 USDC) machine-readable Fear & Greed index and news sentiment score for financial/crypto markets in an AI agent workflow that already handles x402 micropayment flows on Base mainnet. Prefer it over free alternatives when you need reliable pay-per-use access without API key registration, or when building an agent that must make autonomous trading or portfolio decisions based on market mood.

## Known failure modes

- Payment not processed — x402 payment on Base mainnet required before data is returned
- Service unavailable — hosted on Render free tier, may have cold-start latency or downtime
- Stale data — index may not reflect real-time conditions if upstream data source is delayed
- Invalid or missing USDC balance — agent wallet lacks sufficient funds for $0.05 USDC call

## How this service works

Fear & Greed index and news sentiment for AI agents. x402-protected on Base mainnet.

## Output

Returns the current Fear & Greed index value (typically a 0–100 numeric score with a label such as 'Extreme Fear', 'Fear', 'Neutral', 'Greed', or 'Extreme Greed') along with news sentiment data for financial markets, enabling agents to gauge overall market mood at the time of the call.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-fear-greed-sentiment-signal-0187369f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-titan002-ns4m.onrender.com](https://www.zero.xyz/host/atlasmarkets-titan002-ns4m.onrender.com/llms.txt)
