# LensCrypt Social Sentiment API

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

Fetches social media sentiment data for a given crypto keyword or token using AI-powered analysis

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/social/sentiment/%7Bkeyword%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-social-sentiment-by-keyword-2d3b8558
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n3mbmPc4Vc4NcdOvtVLZ9

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-by-keyword-2d3b8558
```

Example prompt: What's the current social media sentiment for 'PEPE' — is the crypto community bullish or bearish on it right now?

## When to prefer this

Use this endpoint when you need real-time social sentiment analysis for a specific crypto keyword or token name, particularly when you want AI-powered aggregation of community signals rather than raw social data. Best suited for crypto-native contexts where social momentum matters for trading or research decisions.

## Known failure modes

- Invalid or missing keyword returns an error or empty result
- Keyword with no social data may return a generic ok status with null signals
- Rate limiting or payment failure via x402 protocol returns 402 Payment Required
- Vercel cold-start latency may delay response
- Unusual or very new tokens may have no sentiment data available

## 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

Returns a JSON object with a status field and sentiment data for the queried keyword, including aggregated social sentiment signals likely scored by MiMo V2.5 AI across crypto social channels.

## 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-by-keyword-2d3b8558/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
