# LensCrypt Social Sentiment — Keyword Sentiment Analysis

> LensCrypt Social Sentiment — Keyword Sentiment Analysis is a paid API for AI agents from lanescrypt.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-08).

Returns aggregated social sentiment signals for a given crypto keyword or token, indicating bullish/bearish community mood.

## Facts

- Endpoint: GET https://lanescrypt.vercel.app/api/social/sentiment/%7Bkeyword%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-social-sentiment-keyword-sentiment-analysis-219c5603
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yBlRbScPQ5mYNww7RfXd5

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 lenscrypt-social-sentiment-keyword-sentiment-analysis-219c5603
```

Example prompt: What's the current social sentiment around 'Solana' — are people bullish or bearish on it right now?

## When to prefer this

Use this endpoint when you need a quick social pulse check on a specific crypto keyword, token, or protocol name — especially when building trading signals, monitoring community mood shifts, or enriching token research with social context. Prefer this over on-chain analytics endpoints when the question is about public perception rather than blockchain data.

## Known failure modes

- Invalid or missing keyword parameter returns an error
- Keyword with no social data returns empty or null sentiment
- Rate limiting or payment failure (x402) returns 402 Payment Required
- Vercel cold start may cause occasional latency spikes
- Low-volume keywords may return low-confidence sentiment scores

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

A JSON object with a status field and sentiment data for the queried keyword, including aggregated social signals indicating the community's bullish or bearish disposition around that crypto term.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-social-sentiment-keyword-sentiment-analysis-219c5603/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lanescrypt.vercel.app](https://www.zero.xyz/host/lanescrypt.vercel.app/llms.txt)
