# LensCrypt KOL Social Activity Feed

> LensCrypt KOL Social Activity Feed 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 recent on-chain and social activity signals for crypto Key Opinion Leaders (KOLs)

## Facts

- Endpoint: GET https://tolens.vercel.app/api/social/kol/activity
- 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-kol-social-activity-feed-2ac0fd3c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tAhKd1oNh6f_HsmLPQf29

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-kol-social-activity-feed-2ac0fd3c
```

Example prompt: Show me the latest on-chain and social activity from top crypto KOLs — what are the most influential wallets and accounts doing right now?

## When to prefer this

Use this endpoint when you need to track social and on-chain activity of specific crypto influencers or Key Opinion Leaders, particularly for trading signal generation, copy-trading research, or monitoring influential market participants. Prefer this over generic wallet trackers when the focus is specifically on known KOLs with social presence.

## Known failure modes

- Invalid or missing KOL identifier returns empty or error response
- Payment not received via x402 protocol returns 402 Payment Required
- Rate limit exceeded returns 429 Too Many Requests
- KOL not found in database returns empty result set
- Network or upstream data provider outage returns 500 error

## 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 recent activity events from crypto Key Opinion Leaders, including their social posts, on-chain transactions, token interactions, and trading signals, structured as a feed of timestamped activity entries.

## 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-kol-social-activity-feed-2ac0fd3c/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)
