# Axon Crypto News Summarizer

> Axon Crypto News Summarizer is a paid API for AI agents from axixixia.vercel.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Fetches and summarizes the latest crypto/blockchain news for a given topic using AI

## Facts

- Endpoint: GET https://axixixia.vercel.app/api/news/%7Btopic%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-crypto-news-summarizer-fe11c468
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7xBiC8eh4AXQYb65msTqD

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 axon-crypto-news-summarizer-fe11c468
```

Example prompt: Give me an AI-powered news summary for Ethereum — what's been happening recently?

## When to prefer this

Use this endpoint when an agent needs a fast, AI-summarized digest of recent news for a specific cryptocurrency or blockchain topic, especially within a crypto research or portfolio workflow. Prefer this over general web search when you need a concise, pre-synthesized summary rather than raw articles.

## Known failure modes

- Payment not received or invalid x402 micropayment on Base — returns 402 Payment Required
- Unknown or unsupported topic yields sparse or empty summary
- Rate limiting or service unavailability returns 5xx error
- Malformed topic parameter may return error or irrelevant summary

## How this service works

Axon provides AI-powered crypto intelligence endpoints covering token research, market analysis, contract auditing, sentiment tracking, news summarization, portfolio advice, deep research, text translation, language detection, SEO content generation, and contract explanation. All analytical endpoints require x402 micropayment on Base.

## Output

Returns a JSON object containing the topic queried and an AI-generated summary of recent news and developments related to that crypto topic.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "topic": "ethereum",
  "summary": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-crypto-news-summarizer-fe11c468/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from axixixia.vercel.app](https://www.zero.xyz/host/axixixia.vercel.app/llms.txt)
