# CoinStats Latest Crypto News Feed

> CoinStats Latest Crypto News Feed 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-16).

Returns a feed of the latest cryptocurrency news articles covering Bitcoin, Ethereum, DeFi, NFTs, and regulation

## Facts

- Endpoint: GET https://x402.coinstats.app/news
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-508e0f39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yi7rPaBHQXvdhpEp1P3Km

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-508e0f39
```

Example prompt: What are the latest crypto news headlines right now — anything on Bitcoin, Ethereum, DeFi, or regulation?

## When to prefer this

Use this endpoint when you need a curated, real-time feed of crypto news from CoinStats specifically, especially when combined with other CoinStats market data (prices, Fear & Greed Index) for a holistic crypto market overview. Prefer over generic news APIs when you want crypto-focused content aggregated by a portfolio-tracking platform.

## Known failure modes

- Payment not included or insufficient (402 Payment Required)
- Rate limit exceeded (429 Too Many Requests)
- Service temporarily unavailable (503)
- Empty feed if no recent articles are available
- Response truncated due to large payload size

## How this service works

CoinStats latest crypto news feed — articles on Bitcoin, Ethereum, DeFi, NFTs, regulation

## Output

A list of news articles from CoinStats covering recent cryptocurrency topics including Bitcoin, Ethereum, DeFi, NFTs, and regulatory developments. Each article includes headline, publication date, source, and article URL. Response is paginated and truncated for large feeds.

## Example request

```json
{}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-coinstats-app-508e0f39/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)
