# Crypto News Impact Analyzer

> Crypto News Impact Analyzer is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Analyzes the potential market impact of cryptocurrency news events on asset prices and sentiment

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/crypto-news-impact
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-news-impact-analyzer-3fc75376
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mz1Yuv1o_Wp4pGJuoqO-u

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 crypto-news-impact-analyzer-3fc75376
```

Example prompt: Can you analyze the market impact of this crypto news: 'SEC approves spot Ethereum ETF amid rising institutional demand' — I want to know how bullish or bearish this is and which assets are most likely to be affected?

## When to prefer this

Choose this endpoint when you need rapid, quantified impact scoring for crypto news events without setting up API keys or accounts — ideal for agents doing real-time crypto market monitoring, trading signal pipelines, or news triage where pay-per-call USDC micro-payments are preferable to subscription models.

## Known failure modes

- Missing or malformed news properties input returns schema validation error
- Unrecognized or ambiguous news content may yield low-confidence impact scores
- Payment failure via x402/USDC results in 402 Payment Required response
- Rate limiting or server overload returns 429 or 503 errors
- Empty properties field returns null or default low-impact result

## How this service works

Latest cryptocurrency news headlines from CoinDesk with live price correlation for mentioned assets. Returns up to 10 recent articles — each with title, URL, published timestamp, primary category, and a keyword-derived sentiment signal (bullish/bearish/neutral). For each article, identified crypto assets (BTC, ETH, SOL, etc.) are enriched with current USD price and 24h price change. Use before any crypto research, portfolio review, or market sentiment task to understand what news is driving the

## Output

Returns an impact assessment of a cryptocurrency news item including sentiment direction (bullish/bearish/neutral), magnitude score, list of potentially affected crypto assets, and overall market significance rating.

## Example request

```json
{
 "properties": "SEC approves spot Ethereum ETF amid rising institutional demand"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-news-impact-analyzer-3fc75376/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
