# Axon Market Analysis

> Axon Market Analysis 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-generated crypto market pulse analysis covering current market conditions and trends

## Facts

- Endpoint: GET https://axixixia.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-05cca5e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zdw4L_M_6m0mmLRWYoQlC

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-05cca5e0
```

Example prompt: Give me an AI-powered crypto market pulse right now — what are the overall market conditions and key trends across the crypto space?

## When to prefer this

Use this endpoint when you need a quick AI-synthesized overview of current crypto market conditions without querying individual token data. Best for high-level market sentiment and trend summaries rather than specific coin deep-dives.

## Known failure modes

- Missing or failed x402 micropayment (0.5 USDC on Base) returns 402 Payment Required
- Invalid or missing properties parameter may return empty or error response
- API rate limiting or service unavailability on Vercel deployment
- Stale or delayed market data if upstream data sources are lagging

## 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, trends, sentiment, and notable developments.

## 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-05cca5e0/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)
