# Axon Crypto Market Analysis

> Axon Crypto Market Analysis is a paid API for AI agents from axonx.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 crypto market analysis and trends

## Facts

- Endpoint: GET https://axonx.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-a815a394
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2ATvTw-Z-NnVW9E_af5AN

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

Example prompt: Give me an AI-powered market pulse for the current state of crypto — what are the key trends, sentiment, and conditions right now?

## When to prefer this

Use this endpoint when you need a quick, AI-synthesized narrative overview of the crypto market rather than raw price data. Best for conversational agents that need to answer 'what is the market doing right now?' in plain language. Requires willingness to pay $0.50 USDC per call via x402 on Base.

## Known failure modes

- Payment not provided or insufficient — x402 micropayment of $0.50 USDC on Base required
- Invalid or missing properties parameter — returns error or empty response
- Service unavailable on Vercel deployment — 502/503 error
- Rate limiting due to repeated rapid calls
- Stale data if underlying data sources are delayed

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

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