# CoinStats Crypto News Article by ID

> CoinStats Crypto News Article by ID is a paid API for AI agents from x402.coinstats.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Fetches a single cryptocurrency news article by its ID, returning the title, body, source, and sentiment analysis

## Facts

- Endpoint: GET https://x402.coinstats.app/news/:id
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coinstats-crypto-news-article-by-id-5f16ded0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BVlc0nW-sRNd2CsLXeN7q

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 coinstats-crypto-news-article-by-id-5f16ded0
```

Example prompt: Can you pull up the CoinStats crypto news article with ID 'abc123' and tell me the full title, body text, which outlet published it, and whether its sentiment is bullish or bearish?

## When to prefer this

Use this endpoint when you have a specific news article ID and need the full content, source attribution, and sentiment data for that article. Prefer this over the news list endpoints when you already know the article identifier and need deep detail rather than a filtered list.

## Known failure modes

- Article ID not found — returns 404 or empty response
- Invalid or malformed article ID — returns 400 bad request
- Payment not processed — returns 402 Payment Required
- Rate limit exceeded — returns 429
- Article content unavailable or removed — returns partial data

## How this service works

CoinStats crypto news article by id — title, body, source, sentiment

## Output

Returns a single crypto news article object including the article title, full body text, the original publishing source, and a sentiment classification (e.g. bullish, bearish, neutral) with associated sentiment score

## Example request

```json
{
 "id": "376f390df50a1d44cb5593c9bff6faafabed18ee90e0d4d737d3b6d3eea50c80"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coinstats-crypto-news-article-by-id-5f16ded0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.coinstats.app](https://www.zero.xyz/host/x402.coinstats.app/llms.txt)
