# Axon Crypto Market Analysis

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

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

## Facts

- Endpoint: GET https://axiaxai.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-crypto-market-analysis-b337c03e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8-3BBUGfTOjL7BSzcC4x2

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

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

## When to prefer this

Use this endpoint when you need a quick AI-synthesized overview of the overall crypto market sentiment and conditions, rather than deep research on a specific token or contract. Best for dashboards, alerting, or when a user asks for a broad market check.

## Known failure modes

- Payment not provided or insufficient: 402 Payment Required — must send $0.5 USDC via x402 on Base
- Missing or malformed input properties: returns error or empty analysis
- Service unavailable on Vercel deployment: 503 or timeout
- Rate limiting if too many concurrent requests

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

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