# Axon Alpha Intelligence — Topic Signal Endpoint

> Axon Alpha Intelligence — Topic Signal Endpoint is a paid API for AI agents from aiaxaxon402.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Returns AI-generated crypto alpha signals and market intelligence for a specified topic via a micropayment-gated GET request

## Facts

- Endpoint: GET https://aiaxaxon402.vercel.app/api/alpha/%7Btopic%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-alpha-intelligence-topic-signal-endpoint-bf4dec12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NQRlREbYjBx4RXdM8IyOb

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-topic-signal-endpoint-bf4dec12
```

Example prompt: Can you pull me the latest alpha signals and AI market intelligence on DeFi from Axon?

## When to prefer this

Use this endpoint when you need AI-synthesized crypto intelligence or alpha signals for a specific topic (e.g. a token, sector, or trend) and are willing to pay $1 USDC per call via x402 on Base. Prefer this over general web search when you want pre-analyzed, signal-oriented crypto insights rather than raw news or price data.

## Known failure modes

- Payment not made or x402 micropayment rejected — endpoint returns 402 Payment Required
- Invalid or unsupported topic string — may return empty or malformed response
- Network or Vercel deployment downtime — 503 or 504 errors
- Malformed response schema if topic is ambiguous or too broad

## 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 market intelligence for the requested crypto topic, including curated insights relevant to the subject queried.

## 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-topic-signal-endpoint-bf4dec12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaxaxon402.vercel.app/llms.txt)
