# CoinStats Crypto News by Type

> CoinStats Crypto News by Type 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-13).

Returns filtered crypto news articles by category: handpicked, trending, latest, bullish, or bearish

## Facts

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

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

Example prompt: Pull me the latest trending crypto news from CoinStats right now — I want to see what stories are hot in the market today.

## When to prefer this

Use this endpoint when you need categorized or sentiment-filtered crypto news (bullish/bearish/trending) rather than raw news search. Ideal for agents that need curated, editorially filtered crypto headlines rather than full-text search or coin-specific news. Better than generic news APIs for crypto-specific sentiment-tagged content.

## Known failure modes

- Invalid :type parameter (not one of handpicked/trending/latest/bullish/bearish) returns 400 or empty results
- Missing or failed x402 payment returns 402 Payment Required
- No news available for the requested type returns empty array
- Service downtime or upstream CoinStats feed failure returns 5xx

## How this service works

CoinStats crypto news filtered by topic (handpicked, trending, latest, bullish, bearish)

## Output

A list of crypto news articles filtered by the requested type (e.g. 'latest', 'trending', 'bullish', 'bearish', 'handpicked'), including headlines, article content or summaries, publication timestamps, and source metadata. Response is a JSON array of news objects.

## Example request

```json
{
 "type": "latest"
}
```

## Request schema (JSON Schema)

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

## More

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