# LensCrypt Social Trending Tokens

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

Returns currently trending tokens and crypto assets based on social signals and community buzz

## Facts

- Endpoint: GET https://lenscrypt.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-tokens-b0e1352f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HBIGcl9RuzIofMc6DQGj_

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

Example prompt: What crypto tokens are trending on social media right now? Show me what's getting the most buzz in the community.

## When to prefer this

Use this endpoint when you need a real-time snapshot of which crypto tokens are gaining social traction — ideal for agents monitoring community sentiment, identifying emerging tokens before price moves, or building social-signal-driven trading signals. Prefer over on-chain volume data when social momentum is the primary signal of interest.

## Known failure modes

- 402 Payment Required if USDC payment not attached via x402 protocol
- Empty or stale results if social data pipeline is delayed
- Malformed response if upstream social data sources are unavailable
- Rate limiting if called excessively without proper payment headers

## 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 list of currently trending tokens ranked by social activity, including token identifiers and associated social signal metrics, with a status field confirming success.

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