# LensCrypt Smart Money Activity

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

Retrieves real-time smart money wallet activity and on-chain movement data for crypto intelligence analysis

## Facts

- Endpoint: GET https://lanescrypt.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-93cff32b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NetAVuNtcdg1Oft5gMxmK

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-93cff32b
```

Example prompt: Show me the latest smart money wallet activity — I want to see what sophisticated on-chain traders have been doing recently so I can spot any notable entries or exits.

## When to prefer this

Choose this endpoint when you need real-time or recent on-chain activity specifically attributed to smart money or sophisticated trader wallets, as opposed to general wallet lookup, token price data, or broad DeFi analytics. Best suited for alpha-seeking use cases where tracking informed traders' behavior is the goal.

## Known failure modes

- Missing or invalid query parameters returns a generic error response
- Rate limiting or payment failure (402) if USDC payment via x402 is not included
- Upstream data source unavailability may return stale or empty activity
- Malformed input schema results in 400 bad request
- No activity found for the queried parameters returns empty dataset

## 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 and smart money activity data, including on-chain transactions and movements from wallets classified as smart money or institutional traders.

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