# LensCrypt Social Token Signals

> LensCrypt Social Token Signals is a paid API for AI agents from cryptuluns.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches social signals and sentiment data for a specific token on a given blockchain by chain and contract address.

## Facts

- Endpoint: GET https://cryptuluns.vercel.app/api/social/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-social-token-signals-c898521d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8mcxeWLkqmG9gkPuJjr8i

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-token-signals-c898521d
```

Example prompt: Can you pull the social signals for the token at address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — I want to see if there's real community buzz around it before I consider buying.

## When to prefer this

Use this endpoint when you need on-chain token social signal data tied to a specific contract address and blockchain, especially when you want to correlate social sentiment with token analytics in a single paid API call. Prefer this over generic social APIs when you need crypto-native social signals (not general Twitter/Reddit sentiment) specifically for DeFi tokens with chain+address lookups.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Token contract address not found or not indexed returns empty or 404
- Malformed address format causes request failure
- Payment failure via x402 protocol blocks access
- Rate limiting or quota exceeded returns 429
- Token has no social data available returns empty result

## 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 containing social signal metrics for the specified token on the given chain, likely including sentiment scores, mention counts, engagement metrics, social platform activity, and community growth indicators. Exact fields depend on LensCrypt's data aggregation from social sources.

## 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-token-signals-c898521d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptuluns.vercel.app](https://www.zero.xyz/host/cryptuluns.vercel.app/llms.txt)
