# Axon Crypto Sentiment Tracker

> Axon Crypto Sentiment Tracker 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-13).

Returns AI-analyzed sentiment (bullish/bearish/neutral scoring) for a given crypto topic, token, or market subject using live data sources.

## Facts

- Endpoint: GET https://aiaia-xaxon402.vercel.app/api/sentiment/%7Btopic%7D
- 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-sentiment-tracker-4009ab82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Df2odNP3P6w25eK6D1Wl

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-sentiment-tracker-4009ab82
```

Example prompt: What's the current market sentiment around Bitcoin — is the crypto community feeling bullish or bearish right now?

## When to prefer this

Choose this endpoint when you need real-time AI-generated sentiment scoring specifically for cryptocurrency topics, tokens, or market keywords — especially when you want a quick directional signal (bullish/bearish/neutral) rather than raw social data or price feeds. It is particularly suited for pre-trade analysis, market briefings, or portfolio monitoring workflows that operate on a per-query micropayment basis via x402 on Base.

## Known failure modes

- Unknown or unsupported topic returns empty or null sentiment
- Payment not completed via x402 results in 402 Payment Required error
- Invalid or malformed topic string may return generic error
- Rate limiting may occur if micropayment is not properly processed
- Topic too broad or ambiguous may yield low-confidence sentiment

## 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 the queried topic and an AI-generated sentiment assessment (e.g. bullish, bearish, neutral) with supporting context or score, derived from aggregated crypto market signals and community data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "topic": "bitcoin",
  "sentiment": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-crypto-sentiment-tracker-4009ab82/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)
