# KiteEndpoints.ai - Token Sentiment Analysis

> KiteEndpoints.ai - Token Sentiment Analysis is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Analyzes sentiment for a cryptocurrency token using NLP and returns a sentiment score or classification

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/sentiment/token
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-token-sentiment-analysis-6c44802b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GL0aEy7oWzpE6jZV_fRyr

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 kiteendpoints-ai-token-sentiment-analysis-6c44802b -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need a quick, pay-per-call sentiment score for a specific cryptocurrency token without committing to a subscription-based sentiment provider. Ideal for agents that occasionally need crypto token sentiment as part of a broader financial analysis workflow and want to pay only for what they use via USDC on Base chain.

## Known failure modes

- Unknown or unsupported token symbol returns an error or empty result
- Malformed request body causes a 400 or generic API error
- Payment failure (insufficient USDC balance) results in 402 response
- Temporary upstream data unavailability may return stale or null sentiment data
- Rate limiting or quota exhaustion may block repeated rapid calls

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a sentiment result object containing sentiment classification (positive, negative, neutral) and/or a numerical sentiment score for the specified cryptocurrency token, derived from social or market signals.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-token-sentiment-analysis-6c44802b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
