# Axon Market Analysis Endpoint

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

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

## Facts

- Endpoint: GET https://aiaia-xaxon402.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-endpoint-07490dbd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gURT1sBi7CNc5R3OS_YUn

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-endpoint-07490dbd
```

Example prompt: Give me a crypto market pulse right now — I want an AI-generated summary of current market conditions, trends, and overall sentiment across crypto markets.

## When to prefer this

Choose this endpoint when you need a quick, AI-synthesized overview of current crypto market conditions — particularly useful for morning briefings, pre-trade checks, or macro sentiment assessment. Prefer this over raw data feeds when you want an interpreted narrative rather than raw price data.

## Known failure modes

- Missing or failed x402 micropayment on Base results in payment-required error
- Vague or missing query properties may return a generic or incomplete market summary
- AI model unavailability or upstream data feed issues may result in degraded or stale analysis
- Rate limiting may occur under high usage without proper payment flow

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

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