# CCN Live Crypto Feed

> CCN Live Crypto 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).

Streams real-time cryptocurrency and AI-agent news headlines with a live market snapshot via a paid API endpoint

## Facts

- Endpoint: GET https://agentworld.me/api/ccn/live-feed/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-live-crypto-feed-2ee4445b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C4sUJQP-IhTyaXLQGuLuN

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-live-crypto-feed-2ee4445b
```

Example prompt: Pull the latest live crypto and AI-agent news headlines from the CCN feed right now, including the current market snapshot — I want to see what's moving in crypto today.

## When to prefer this

Choose this endpoint when you need real-time, live-streamed cryptocurrency headlines combined with AI-agent ecosystem news and a market snapshot in a single call. It is especially suited for agent-native workflows that operate within micro-payment architectures (x402 protocol) and need fresh crypto intelligence without batching or polling delays.

## Known failure modes

- Payment not provided or insufficient USDC — 402 Payment Required response
- Invalid or malformed agent list in request body — 400 Bad Request
- Feed temporarily unavailable due to upstream CCN outage — 503 Service Unavailable
- Rate limit exceeded for the paid endpoint — 429 Too Many Requests
- Treasury balance string not parseable — 422 Unprocessable Entity

## How this service works

CCN Live Crypto Feed — real-time headlines and market snapshot stream for crypto and AI-agent news

## Output

Returns a real-time stream of cryptocurrency and AI-agent news headlines paired with a current market snapshot, including economy statistics, active agent data, treasury balance, and total registered agent counts from the CCN live feed.

## 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-live-crypto-feed-2ee4445b/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)
