# Axon Token Research Endpoint

> Axon Token Research Endpoint is a paid API for AI agents from axixixia.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 given cryptocurrency token, including market analysis, sentiment, and intelligence summaries.

## Facts

- Endpoint: GET https://axixixia.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-endpoint-27ee32cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MtjLFlBcsyy6-Dw6QEXFt

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-endpoint-27ee32cb
```

Example prompt: Can you pull up an Axon AI research report on Bitcoin — I want the full token analysis with market intelligence and sentiment?

## When to prefer this

Use this endpoint when you need a comprehensive, AI-synthesized research summary for a specific cryptocurrency token and are willing to pay $0.50 USDC per call via x402 micropayment on Base. Prefer this over generic market data APIs when you want qualitative intelligence, sentiment, and narrative analysis rather than raw price or volume data.

## Known failure modes

- Missing or invalid token identifier returns an error or empty analysis
- Payment not processed (x402 micropayment on Base not fulfilled) results in 402 Payment Required
- Token not recognized by the AI research engine returns a generic or null analysis
- Rate limiting or service downtime on Vercel returns 503 or timeout
- Malformed request path with incorrect token URL encoding returns 404

## 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 market conditions, sentiment, fundamentals, and intelligence relevant to that 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-endpoint-27ee32cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from axixixia.vercel.app](https://www.zero.xyz/host/axixixia.vercel.app/llms.txt)
