# Axon Token Research

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

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

## Facts

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

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-5b64125f
```

Example prompt: Can you pull up a deep AI research report on Bitcoin for me — I want market analysis, fundamentals, and key insights about the token?

## When to prefer this

Use this endpoint when you need AI-synthesized, comprehensive research on a specific cryptocurrency token and want a single-call summary rather than raw market data feeds. Prefer this over generic web search when you need structured crypto intelligence with market analysis bundled together, and when you are comfortable with x402 micropayment on Base.

## Known failure modes

- Missing or invalid token name in URL path returns error
- x402 micropayment not provided or insufficient USDC balance causes payment failure
- Unsupported or unknown token may return empty or limited analysis
- Network timeout on Vercel serverless function under load
- Token identifier typo yields irrelevant or null results

## 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 identifier and an AI-generated analysis string covering research findings, market context, and 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-5b64125f/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)
