# Axon Market Analysis

> Axon Market Analysis 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-14).

Returns an AI-powered crypto market pulse summary including trends, sentiment, and key signals for the current market landscape.

## Facts

- Endpoint: GET https://aiaiaxaxon402.vercel.app/api/market
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-market-analysis-f88c5e5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uGScxwH48gaBV56r_ffRQ

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-market-analysis-f88c5e5b
```

Example prompt: Give me an AI-powered crypto market pulse right now — what are the key trends, sentiment, and signals across the broader market?

## When to prefer this

Choose this endpoint when you need a high-level, AI-synthesized overview of the crypto market rather than granular token-specific data. It is best suited for agents that need a quick market pulse narrative to contextualize decisions, generate reports, or brief users on overall conditions.

## Known failure modes

- Missing or failed x402 micropayment on Base results in 402 Payment Required response
- Malformed or missing query properties may return an error or empty analysis
- AI model unavailability or upstream data outage may cause delayed or failed responses
- Rate limiting may occur with high-frequency polling

## 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 a 'marketPulse' field with an AI-generated narrative summary of current cryptocurrency market conditions, including trends, sentiment signals, and notable market activity.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "marketPulse": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-market-analysis-f88c5e5b/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)
