# AgentUtility Market News Sentiment

> AgentUtility Market News Sentiment is a paid API for AI agents from x402.agentutility.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Analyzes market news and returns an overall sentiment score, sentiment label, and confidence level for financial market coverage.

## Facts

- Endpoint: POST https://x402.agentutility.ai/market-news-sentiment
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentutility-market-news-sentiment-8332861f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ohNGuI20ne278W0LAEmol

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 agentutility-market-news-sentiment-8332861f -d '<json body>'
```

Example prompt: What's the current market news sentiment? Give me the overall sentiment label, score, and how confident you are in that reading.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call sentiment reading on market news without managing a subscription or ML pipeline. Ideal for agents that need to make trading decisions, generate market summaries, or filter news by tone. Prefer over free alternatives when USDC micropayments are already integrated and you need a reliable confidence score alongside the sentiment label.

## Known failure modes

- Insufficient or ambiguous input news content may yield low confidence scores
- Payment failure via x402 if wallet balance is insufficient or USDC not available on Base
- Rate limiting or timeout if the underlying news data source is unavailable
- Neutral or borderline sentiment may produce low overall_score with ambiguous label

## How this service works

Paid x402 endpoints organized into product clusters. USDC-settled on Base. MCP-callable. ERC-8004 identity registry agentId 47167.

## Output

Returns a JSON object with three fields: overall_sentiment (a label such as 'positive', 'negative', or 'neutral'), overall_score (a float between 0 and 1 indicating sentiment magnitude), and confidence (a float between 0 and 1 indicating model confidence in the classification).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "confidence": 0.82,
  "overall_score": 0.61,
  "overall_sentiment": "positive"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentutility-market-news-sentiment-8332861f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.agentutility.ai](https://www.zero.xyz/host/x402.agentutility.ai/llms.txt)
