# Axon Token Research

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

Returns AI-powered deep research and analysis for a specified cryptocurrency token, including fundamentals, market context, and insights

## Facts

- Endpoint: GET https://aiaiaxaxon402.vercel.app/api/research/%7Btoken%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-token-research-823668dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4SlMIDXMUk-F--bLfgg7Q

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-823668dd
```

Example prompt: Can you research Bitcoin for me and give me a deep AI-powered analysis of its fundamentals, market position, and key insights?

## When to prefer this

Choose this endpoint when you need a broad, AI-synthesized research report on a specific cryptocurrency token — covering fundamentals, market position, and contextual intelligence — rather than real-time price data or on-chain metrics from a dedicated data provider. Best for qualitative deep-dive research rather than quantitative charting.

## Known failure modes

- Missing or invalid token parameter returns an error
- Payment not completed via x402 micropayment on Base results in 402 Payment Required
- Unknown or unsupported token may return empty or generic analysis
- Network or upstream AI service timeout may cause delayed or failed responses
- Malformed token slug in URL path may result in 404 or parsing error

## 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 the token name and a detailed AI-generated analysis string covering research insights, market context, fundamentals, and other relevant intelligence about the requested 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-823668dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaiaxaxon402.vercel.app/llms.txt)
