# Axon Crypto Market Analysis

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

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

## Facts

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

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-crypto-market-analysis-68bd06e6
```

Example prompt: Give me an AI-powered crypto market pulse right now — what's the overall sentiment, key trends, and anything notable happening across the market today?

## When to prefer this

Use this endpoint when you need a broad, AI-synthesized overview of the current crypto market — overall sentiment, macro trends, and notable activity — rather than data on a specific token or contract. Prefer this over token-specific research endpoints when the user wants a high-level market snapshot.

## Known failure modes

- Missing or invalid x402 micropayment header returns 402 Payment Required
- Malformed query parameters may return 400 Bad Request
- Service unavailable or timeout from Vercel serverless infrastructure returns 500
- Rate limiting may occur if micropayment not processed correctly

## 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 summary of current cryptocurrency market conditions, including sentiment, trends, and notable market dynamics.

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