# CoinStats News Article by ID

> CoinStats 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 crypto news article by its numeric ID from CoinStats

## Facts

- Endpoint: GET https://x402.coinstats.app/news/1
- 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/x402-coinstats-app-4e5c41eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tYoN4PScKU4io1tIMvj4y

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 x402-coinstats-app-4e5c41eb
```

Example prompt: Pull up CoinStats news article number 1 for me — I want to read the full content of that crypto news story.

## When to prefer this

Use this endpoint when you already have a specific CoinStats news article ID and need to retrieve the full content of that article. This is the right choice when a news feed or list endpoint has returned an article ID and you want to drill down into the full article details.

## Known failure modes

- Article ID not found — 404 response if the numeric ID does not correspond to any article
- Payment not included or insufficient — 402 Payment Required if USDC payment header is missing
- Invalid ID format — 400 if a non-numeric or malformed ID is provided
- Rate limiting — 429 if too many requests are made in a short period

## How this service works

News article by id

## Output

A single news article object from CoinStats, likely including article title, body/content, publication date, source, author, tags, and any associated cryptocurrency or market context for the given article ID.

## 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/x402-coinstats-app-4e5c41eb/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)
