# LensCrypt Social Token Signals Endpoint

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

Retrieves social sentiment signals and community metrics for a token on a specified blockchain chain and contract address

## Facts

- Endpoint: GET https://lemscrypt.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-endpoint-bd4eaf08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1SHjz9MDYLRAKqoZCuE9q

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-endpoint-bd4eaf08
```

Example prompt: What are the current social signals and community sentiment for the token at address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — is there strong social buzz around it right now?

## When to prefer this

Use this endpoint when you need social sentiment and community engagement data for a specific token by contract address, particularly within the broader LensCrypt intelligence workflow. Prefer this over generic social APIs when you need crypto-native signals tied to on-chain token identities, and when you are already paying via the x402/USDC protocol for other LensCrypt endpoints.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-existent contract address returns a 404 or empty result
- Token with no social data returns minimal or empty signals
- Payment failure via x402 protocol results in 402 response blocking data
- Rate limiting may occur for repeated rapid calls
- Newly deployed token contracts may have insufficient social history

## 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 social signal data for the queried token including community sentiment indicators, social mention volume, engagement metrics, and related social activity — structured as JSON with a status field and signal payload.

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