# LensCrypt Smart Money Activity Tracker

> LensCrypt Smart Money Activity Tracker 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-15).

Fetches recent on-chain activity from smart money wallets, surfacing trades and moves by sophisticated or notable crypto participants

## Facts

- Endpoint: GET https://tolens.vercel.app/api/smart-money/activity
- 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-smart-money-activity-tracker-3cbfb211
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_84L-Sx38hnfCafZ5UAnyE

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-smart-money-activity-tracker-3cbfb211
```

Example prompt: Pull the latest smart money wallet activity from LensCrypt so I can see what sophisticated on-chain traders have been buying or selling recently.

## When to prefer this

Choose this endpoint when you need real-time or recent on-chain signals from known smart money or sophisticated trader wallets, especially for alpha generation, copy-trading research, or token discovery based on who is accumulating. Prefer over generic blockchain explorers when you want pre-filtered, curated smart money signals rather than raw transaction data.

## Known failure modes

- Payment not received or x402 payment header missing — 402 Payment Required
- Invalid or missing query parameters — 400 Bad Request
- Rate limit exceeded — 429 Too Many Requests
- Upstream data provider unavailable — 503 Service Unavailable
- No recent smart money activity found — empty result set with status ok

## 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 smart money activity data including recent transactions, wallet moves, and token interactions from tracked sophisticated wallets.

## 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-smart-money-activity-tracker-3cbfb211/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)
