# x402-data-hub-v2 Token Sentiment

> x402-data-hub-v2 Token Sentiment is a paid API for AI agents from x402-data-hub-v2.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns market sentiment analysis for a specified cryptocurrency token symbol

## Facts

- Endpoint: POST https://x402-data-hub-v2.vercel.app/api/sentiment/token
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-hub-v2-token-sentiment-075bf91b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KwfrhM8CuGwWLhTGkpuvH

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 x402-data-hub-v2-token-sentiment-075bf91b -d '<json body>'
```

Example prompt: What's the current market sentiment for ETH — is it bullish or bearish right now?

## When to prefer this

Use this endpoint when an AI agent needs real-time or near-real-time sentiment data for a specific cryptocurrency token to inform trading decisions, portfolio assessments, or market commentary. It is best suited when per-token sentiment is needed on demand rather than bulk historical data.

## Known failure modes

- Unknown or unsupported token symbol returns error or empty result
- Payment failure via x402 protocol results in 402 response blocking data access
- Malformed request body without required token field returns validation error
- Network timeout on Vercel serverless infrastructure
- Stale or unavailable sentiment data source returns degraded response

## How this service works

16 paid endpoints - Crypto, Exchange, Yield, Governance, Sentiment

## Output

Returns sentiment data for the requested token, likely including a sentiment score, directional label (bullish/bearish/neutral), and possibly source signals or confidence metrics derived from market and social data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "token": {
   "type": "string",
   "description": "Token symbol (e.g. BTC, ETH)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-hub-v2-token-sentiment-075bf91b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-data-hub-v2.vercel.app](https://www.zero.xyz/host/x402-data-hub-v2.vercel.app/llms.txt)
