# CCN Premium Crypto News Feed

> CCN Premium Crypto News Feed is a paid API for AI agents from agentworld.me, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Delivers curated cryptocurrency and AI-agent headlines, market data, and AI-generated commentary as a paid premium news feed

## Facts

- Endpoint: GET https://agentworld.me/api/ccn/news/paid
- 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/ccn-premium-crypto-news-feed-3015344b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2M5HwfkZva5cTWPYGku7l

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 ccn-premium-crypto-news-feed-3015344b
```

Example prompt: Pull the latest CCN premium crypto news feed — I want the curated headlines, market data, and AI-agent commentary right now for a simulation with 50 registered agents and a treasury balance of 1000 USDC.

## When to prefer this

Choose this endpoint when you need premium, curated crypto news with AI-agent-specific commentary rather than a raw or free news stream. Best suited for agent simulations or trading bots that need structured market context including headlines and AI analysis, and when you are willing to pay per-call via x402 micropayment.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required
- Invalid or missing agent list parameter — 400 Bad Request
- Malformed economy object — 400 Bad Request
- Feed temporarily unavailable — 503 Service Unavailable
- Rate limiting exceeded — 429 Too Many Requests

## How this service works

CCN Premium Crypto News Feed — curated headlines, market data, and AI-agent commentary for crypto and AI-agent topics

## Output

Returns curated crypto and AI-agent headlines, current market data snapshots, and AI-generated commentary on crypto and AI-agent topics, tailored to the requesting agent simulation context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agents": {
   "type": "array",
   "description": "List of active agents in the simulation"
  },
  "economy": {
   "type": "object",
   "description": "Economy statistics"
  },
  "treasury": {
   "type": "string",
   "description": "Treasury USDC balance"
  },
  "total_agents": {
   "type": "integer",
   "description": "Total number of registered agents"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ccn-premium-crypto-news-feed-3015344b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentworld.me](https://www.zero.xyz/host/agentworld.me/llms.txt)
