# Axon Token Research

> Axon Token Research is a paid API for AI agents from aiaxon402.vercel.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-11).

Fetches AI-powered research and analysis for a specified cryptocurrency token

## Facts

- Endpoint: GET https://aiaxon402.vercel.app/api/research/%7Btoken%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-11
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-token-research-e734f04c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bd-DFrY3iTU7cNYlnLfg0

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-token-research-e734f04c
```

Example prompt: Can you pull up the Axon AI research report on Solana — I want a full intelligence breakdown of the token?

## When to prefer this

Use this endpoint when an agent needs AI-generated research and analysis on a specific cryptocurrency token, especially when the user wants a synthesized intelligence report rather than raw market data. Prefer this over generic web search when structured, AI-curated crypto analysis is needed and the user is willing to pay a small micropayment per query.

## Known failure modes

- Payment not provided or insufficient — 402 Payment Required if x402 micropayment on Base is missing
- Invalid or unrecognized token name — may return empty or error response
- Token symbol ambiguity — wrong token analyzed if identifier is not specific enough
- Rate limiting or service unavailability — 503 or timeout from the Vercel deployment
- Malformed token path parameter — 400 Bad Request

## 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 token name and an AI-generated analysis string covering research insights, market context, and relevant intelligence about the queried cryptocurrency token.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "token": "bitcoin",
  "analysis": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-token-research-e734f04c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxon402.vercel.app](https://www.zero.xyz/host/aiaxon402.vercel.app/llms.txt)
