# LensCrypt Social Trending Tokens

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

Returns currently trending crypto tokens and social signals from across social platforms

## Facts

- Endpoint: GET https://lanescrypt.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-tokens-88f43d35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vbD-vQG9iyBWQi6_-yQDJ

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-tokens-88f43d35
```

Example prompt: What crypto tokens are trending on social media right now? Pull the latest social trending signals from LensCrypt so I can see which coins are getting the most buzz today.

## When to prefer this

Use this endpoint when you need real-time social trending data for crypto tokens — particularly when identifying emerging tokens gaining social momentum before price moves, tracking viral memecoins, or monitoring community sentiment signals. Prefer this over on-chain analytics endpoints when the signal you care about is social volume and discussion rather than wallet activity or DeFi metrics.

## Known failure modes

- Payment not received — 402 response requiring USDC payment via x402 on Base before data is returned
- Invalid or missing properties filter parameter returns schema validation error
- Service unavailable or rate limit exceeded returns 5xx error
- Empty result set if no tokens are currently trending
- Stale data if social ingestion pipeline is delayed

## 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 containing a list of trending cryptocurrency tokens ranked by social activity, including token identifiers, mention counts or engagement scores, and associated social signal metadata indicating which assets are gaining traction across crypto social platforms.

## 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-tokens-88f43d35/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)
