# CoinStats Crypto News Sources List

> CoinStats Crypto News Sources List 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-14).

Returns a list of all crypto news sources aggregated by CoinStats across the industry

## Facts

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

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-b2c8a0ac
```

Example prompt: What are all the crypto news sources that CoinStats aggregates — can you pull the full list of publishers they track?

## When to prefer this

Use this endpoint when you need to discover which news publishers and outlets are tracked by CoinStats, such as for building a news source selector, filtering news by source, or auditing the coverage of a crypto news aggregation pipeline.

## Known failure modes

- 402 Payment Required if USDC payment is not included
- Network timeout for large response payload
- Empty or partial response if upstream news source registry is unavailable

## How this service works

CoinStats list of crypto news sources aggregated across the industry

## Output

A list of crypto news source objects aggregated by CoinStats, including identifiers and metadata for each publisher or outlet contributing to the CoinStats news feed. The response is a large payload (~43KB) containing numerous sources across the industry.

## 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-b2c8a0ac/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)
