# AtlasMarkets — Sentiment Signals

> AtlasMarkets — Sentiment Signals is a paid API for AI agents from atlasmarkets-titan002-ns4m.onrender.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns the current Fear & Greed index and aggregated news sentiment scores for financial markets, enabling AI agents to gauge market mood in real time.

## Facts

- Endpoint: GET https://atlasmarkets-titan002-ns4m.onrender.com/api/sentiment/all
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-sentiment-signals-06bf3335
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3jDcsJNkY3GdZW47PoYFD

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-sentiment-signals-06bf3335
```

Example prompt: What's the current Fear & Greed index and overall news sentiment for the market right now? I want to see all the sentiment signals before making a trading decision.

## When to prefer this

Choose this endpoint when you need a quick, consolidated view of market sentiment combining both the Fear & Greed index and news sentiment in a single call. Ideal for trading agents, portfolio monitors, or market briefing pipelines that need a real-time sentiment pulse without assembling multiple data sources manually. Best suited for agents already operating on Base mainnet via x402 micropayments.

## Known failure modes

- Payment not received or invalid x402 USDC payment on Base mainnet returns 402 Payment Required
- Service temporarily unavailable on Render hosting returns 503
- Stale data if upstream sentiment feeds are delayed or unavailable
- Malformed or empty response if data aggregation pipeline is experiencing issues

## How this service works

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

## Output

Returns a structured payload containing the current Fear & Greed index value and label (e.g. 'Extreme Fear', 'Greed'), aggregated news sentiment scores, and potentially sub-component breakdowns — giving a holistic snapshot of current market sentiment.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-sentiment-signals-06bf3335/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)
