# Crypto Market News with Sentiment Analysis

> Crypto Market News with Sentiment Analysis is a paid API for AI agents from agentdata-api.sander-van-aard.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches real-time crypto market news headlines ranked by importance with sentiment analysis, returning structured JSON ready for trading agents and research pipelines.

## Facts

- Endpoint: POST https://agentdata-api.sander-van-aard.workers.dev/relay/crypto-news
- 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/crypto-market-news-with-sentiment-analysis-dcbf8807
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9ZqRDUQ-an0Ndp3FczU_Z

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-market-news-with-sentiment-analysis-dcbf8807 -d '<json body>'
```

Example prompt: Pull the latest crypto market news right now — give me the top headlines ranked by importance with sentiment analysis so I can see what stories are moving the market.

## When to prefer this

Choose this endpoint when you need real-time, ranked, sentiment-annotated crypto news in a single zero-configuration call — no API key or account required, pay-per-use at $0.01 USDC on Base. Ideal for trading agents, research pipelines, or any workflow needing structured market news without managing a news API subscription. Prefer over direct news APIs when you want pay-per-call economics and built-in sentiment ranking without additional processing.

## Known failure modes

- 503 Service Unavailable — upstream news source is down; no charge applied
- Payment failure — USDC payment on Base not confirmed; request rejected
- Malformed request body — POST body must conform to the relay input schema
- Unexpected upstream data format — relay may return inconsistent structure if upstream schema changes

## How this service works

Real-time crypto market news with sentiment analysis and top headlines ranked by importance, for $0.01 per call. One request, no parameters needed — get the latest market-moving stories as structured JSON, ready for trading agents and research pipelines. Relayed live from a proven upstream source; if the source is down you get a 503 and pay nothing. Pay per call in USDC on Base — no account, no API key.

## Output

A structured JSON object containing ranked crypto news headlines, each annotated with sentiment (positive/negative/neutral or scored), importance ranking, and story metadata — ready for consumption by trading agents or research pipelines. Returns a 503 with no charge if the upstream news source is unavailable.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-market-news-with-sentiment-analysis-dcbf8807/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdata-api.sander-van-aard.workers.dev](https://www.zero.xyz/host/agentdata-api.sander-van-aard.workers.dev/llms.txt)
