# LensCrypt Social Trending Endpoint

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

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

## Facts

- Endpoint: GET https://tolens.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-8a4e5ccc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q4LyNgHeq1tkucK9HsyiT

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-8a4e5ccc
```

Example prompt: What crypto tokens are trending on social media right now? I want to see what coins and projects are gaining the most social buzz today.

## When to prefer this

Use this endpoint when you need real-time social sentiment and trending token data for crypto markets, particularly when building dashboards, trading signals, or alerting systems that rely on community-driven momentum rather than on-chain price data alone. Prefer this over on-chain analytics endpoints when social buzz and narrative momentum are the key signal.

## Known failure modes

- Payment not received or invalid USDC payment via x402 protocol — 402 Payment Required
- Rate limit exceeded — 429 Too Many Requests
- Service temporarily unavailable on Vercel deployment — 503 Service Unavailable
- Malformed request parameters — 400 Bad Request
- No trending data available for the current time window — empty result set

## 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 a JSON object with status 'ok' and a list of currently trending crypto tokens or topics based on aggregated social signals, likely including token names, trend scores, or engagement metrics from crypto communities.

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