# LensCrypt Social Trending

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

Returns currently trending tokens, topics, or assets based on social signals across crypto communities

## Facts

- Endpoint: GET https://lensscrypt.vercel.app/api/social/trending
- 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-trending-d2c95a7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gU76SgN2in77CwruMJoHC

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-d2c95a7d
```

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

## When to prefer this

Use this endpoint when you need real-time social momentum signals for crypto tokens — particularly when trying to identify which assets are gaining community attention before price moves. Prefer this over on-chain analytics endpoints when the goal is sentiment-driven discovery rather than technical analysis.

## Known failure modes

- 402 Payment Required if USDC payment via x402 protocol on Base is not included
- Invalid or missing query parameters returning 400 error
- Empty result set if no trending data is available for the requested timeframe
- Stale or cached data during periods of low social activity
- Rate limiting or timeout if the upstream social data source is unavailable

## 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 currently trending crypto tokens or topics ranked by social activity, including relevant social signal metrics and trend indicators.

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