# LensCrypt KOL Social Activity Feed

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

Fetches recent on-chain and social activity for Key Opinion Leaders (KOLs) in the crypto space

## Facts

- Endpoint: GET https://lemscrypt.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-d9892bd6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t9sRujexm8zWcewdL0_4H

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

Example prompt: Pull the latest activity feed for top crypto KOLs — show me what influencers have been doing on-chain and socially recently so I can spot any notable moves or shills.

## When to prefer this

Choose this endpoint when you need to track the social and on-chain activity of specific crypto influencers or Key Opinion Leaders, especially for signal detection, copy-trading research, or sentiment analysis tied to named individuals rather than general market data.

## Known failure modes

- Invalid or missing KOL identifier returns empty results or 400 error
- Rate limiting or payment failure via x402 returns 402 Payment Required
- KOL not indexed in the system returns 404 or empty activity list
- Upstream data source unavailability results in 503 or stale data
- Malformed request parameters return generic 400 bad request

## 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 recent activity records for crypto KOLs, including social actions, on-chain transactions, timestamps, and engagement signals relevant to their market influence.

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