# Axon Market Analysis

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

Returns an AI-generated crypto market pulse summary covering current market conditions, trends, and sentiment analysis

## Facts

- Endpoint: GET https://aiaxon402.vercel.app/api/market
- 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-market-analysis-aea877d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TSPZgqZUJMZELNq2-_KdO

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

Example prompt: Give me the current crypto market pulse — what's the overall sentiment and key market trends right now?

## When to prefer this

Use this endpoint when you need a quick, AI-synthesized overview of overall crypto market conditions and sentiment rather than data on a specific token. Prefer this over token research endpoints when the user wants macro market context rather than individual asset analysis.

## Known failure modes

- Missing or failed x402 micropayment of $0.50 USDC on Base returns 402 Payment Required
- Malformed properties parameter returns validation error
- Upstream AI or data source unavailable returns 503 or empty analysis
- Rate limiting if too many calls in short 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

Returns a marketPulse field containing an AI-generated summary of current crypto market conditions, including sentiment, trends, and notable market movements.

## 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-aea877d0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxon402.vercel.app](https://www.zero.xyz/host/aiaxon402.vercel.app/llms.txt)
