# LensCrypt Smart Money Activity Tracker

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

Retrieves recent on-chain activity from smart money wallets, tracking notable trades and movements by sophisticated crypto investors

## Facts

- Endpoint: GET https://lenscrypt.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-814c8700
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_23dC4Ep5kcD-XwoU2KSdb

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-814c8700
```

Example prompt: What have smart money wallets been doing lately — show me their recent on-chain activity so I can see which tokens they're buying or selling right now.

## When to prefer this

Use this endpoint when you need to surface recent on-chain trades and movements by high-signal, sophisticated wallet addresses (smart money) rather than tracking a specific known whale or running a broad market scan. Best suited for identifying smart money trends and copying trade signals in near real-time.

## Known failure modes

- Invalid or missing filter parameters return a generic {status: ok} with empty data
- Rate limiting or payment failure returns 402 Payment Required
- Upstream blockchain data unavailability may result in stale or partial results
- Malformed request schema returns 400 Bad Request
- No activity in the requested time window returns an empty activity list

## 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 payload with recent on-chain activity from smart money wallets, including trades, token movements, and transaction details attributed to sophisticated or high-performing wallet addresses.

## 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-814c8700/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)
