# LensCrypt Social Trending Endpoint

> LensCrypt Social Trending 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-14).

Fetches currently trending tokens, topics, or social signals from crypto social platforms

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/social/trending
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-social-trending-endpoint-1ad6ad88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hMX_vuUBiwhJEJXD-idma

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-trending-endpoint-1ad6ad88
```

Example prompt: What crypto tokens are trending on social media right now? Pull the latest social trending data from LensCrypt so I can see what's gaining buzz.

## When to prefer this

Use this endpoint when you need real-time social momentum signals for crypto tokens — particularly useful for spotting emerging narratives, viral coins, or community-driven pumps before they appear in price action. Prefer this over on-chain analytics endpoints when the signal you care about is community sentiment and social volume rather than wallet behavior or liquidity.

## Known failure modes

- Rate limiting or quota exhaustion returning 402/429 errors
- Payment failure via x402 protocol on Base resulting in blocked access
- Empty or stale trending data if social data sources are unavailable
- Malformed response if upstream social data provider is down
- Generic {'status':'ok'} with empty array if no trends are detected

## 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 response with status 'ok' and a list of currently trending tokens or topics from crypto social platforms, including relevant social signal metadata such as mention counts, momentum scores, or trending rankings.

## 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-trending-endpoint-1ad6ad88/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)
