# Axon Token Research

> Axon Token Research is a paid API for AI agents from axonx.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

## Facts

- Endpoint: GET https://axonx.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-c3dd88ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O_xOt_LDwpHtumNpPXdRH

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-c3dd88ac
```

Example prompt: Can you pull up an Axon deep research report on Bitcoin — I want AI-powered intelligence covering its fundamentals and market analysis?

## When to prefer this

Use this endpoint when you need a comprehensive, AI-synthesized research report on a specific cryptocurrency token and are willing to pay $0.50 USDC per lookup via x402 micropayment on Base. Prefer this over market data APIs when you want natural language analysis rather than raw price or volume figures.

## Known failure modes

- Payment not provided or invalid x402 micropayment — 402 Payment Required
- Token identifier not found or unsupported — may return empty or error analysis
- Invalid or malformed token path parameter — 400 Bad Request
- Service unavailability on Vercel deployment — 503 or 500 error
- Rate limiting if too many requests in 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 the token name and a comprehensive AI-generated analysis string covering fundamentals, 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-c3dd88ac/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)
