# LensCrypt Smart Money Activity

> LensCrypt Smart Money Activity is a paid API for AI agents from lensc.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Tracks and returns recent on-chain activity of smart money wallets, surfacing what sophisticated crypto traders and whales are doing in real time.

## Facts

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

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

Example prompt: Show me what smart money wallets have been buying or moving in the last 24 hours on-chain — I want to see their recent activity to spot any interesting trends.

## When to prefer this

Use this endpoint when you need to track or surface the on-chain behavior of known smart money wallets — sophisticated traders, whales, or high-performing addresses — and want actionable signals about what they are buying, selling, or moving. Prefer this over generic block explorers when you need curated smart money filtering rather than raw transaction data.

## Known failure modes

- Invalid or missing wallet address parameter returns error
- Unsupported blockchain network returns empty or error response
- Payment failure via x402 protocol results in 402 response requiring USDC payment on Base
- Rate limiting or overload returns 429 or 503
- Sparse data periods may return limited activity records

## 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 on-chain activity from smart money wallets, including transaction details, tokens involved, wallet addresses, and movement signals that indicate what sophisticated traders are doing.

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