# Axon Alpha Intelligence Feed

> Axon Alpha Intelligence Feed is a paid API for AI agents from axonx.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns AI-generated crypto alpha signals and intelligence for a given topic, covering market trends, token research, and DeFi insights, gated by x402 micropayment on Base.

## Facts

- Endpoint: GET https://axonx.vercel.app/api/alpha/%7Btopic%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-alpha-intelligence-feed-2d2b66ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hRLMCXo2YZlXDtSg_OvbF

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-alpha-intelligence-feed-2d2b66ac
```

Example prompt: Pull me the latest alpha signals and AI market intelligence on 'DeFi lending protocols' from Axon — I want to see what's trending and any emerging opportunities right now.

## When to prefer this

Use this endpoint when you need AI-generated crypto alpha signals and intelligence for a specific topic, narrative, or token, especially when you want a synthesized, research-grade summary rather than raw price data. Prefer this over generic crypto data APIs when you need opinionated, AI-curated insights rather than pure market feeds.

## Known failure modes

- Missing or invalid topic parameter returns an error
- Payment not fulfilled (402 Payment Required) if x402 micropayment on Base is not completed
- Topic too vague or unsupported returns empty or generic signals
- Network or upstream AI provider failure returns 500 error
- Rate limiting if too many calls are made in quick succession

## 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

A JSON object containing AI-generated alpha signals and intelligence for the requested crypto topic, including market analysis, trends, and actionable insights relevant to that topic.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "topic": "defi",
  "alphaSignals": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-alpha-intelligence-feed-2d2b66ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from axonx.vercel.app](https://www.zero.xyz/host/axonx.vercel.app/llms.txt)
