# AtlasMarkets — Sentiment Signals (News)

> AtlasMarkets — Sentiment Signals (News) 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-14).

Returns the current Fear & Greed index and news sentiment scores for financial markets, paid per-call via x402 on Base mainnet.

## Facts

- Endpoint: GET https://atlasmarkets-titan002-ns4m.onrender.com/api/sentiment/news
- Price: $0.05/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-news-25a86c6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7y_RebF5TtwUrLJpRKS46

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-news-25a86c6b
```

Example prompt: What's the current Fear & Greed index and overall news sentiment for the market right now?

## When to prefer this

Choose this endpoint when you need a fast, pre-aggregated market sentiment signal combining Fear & Greed index and news sentiment in a single call, especially in agentic workflows on Base mainnet where x402 micropayments are already supported. Prefer this over scraping news yourself or building custom sentiment pipelines when you need a low-cost ($0.05 USDC) turnkey sentiment read for trading logic, reporting, or decision gating.

## Known failure modes

- Payment not received or x402 authorization fails — endpoint returns 402 Payment Required
- Upstream data source unavailable — may return 503 or stale data
- Render cold-start latency — first request may time out after inactivity
- Malformed request parameters — returns 400 Bad Request

## How this service works

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

## Output

Returns structured JSON containing the current Fear & Greed index value (with its categorical label such as Extreme Fear, Fear, Neutral, Greed, or Extreme Greed) and a news sentiment score or summary reflecting the aggregate tone of recent financial news.

## 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-news-25a86c6b/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)
