# LensCrypt Smart Money Token Analysis

> LensCrypt Smart Money Token Analysis 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-16).

Returns smart money tracking data for a specific token address, showing which sophisticated wallets and institutional players are buying or selling it

## Facts

- Endpoint: GET https://lenscrypt.vercel.app/api/smart-money/token/%7Baddress%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-smart-money-token-analysis-9b3ce67d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__bL7Imbw6gAJ8T3B8uNUx

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-token-analysis-9b3ce67d
```

Example prompt: Check LensCrypt's smart money tracker for token address 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 — I want to know if any smart money or institutional wallets are accumulating or dumping it right now.

## When to prefer this

Use this endpoint when you need to identify whether sophisticated investors, whales, or known smart money wallets are accumulating or distributing a specific token — especially useful before entering a position or validating a trade thesis based on on-chain institutional signals.

## Known failure modes

- Invalid token address format returns error or empty result
- Token not indexed or unsupported chain returns no data
- Payment of 0.1 USDC via x402 protocol fails due to insufficient balance
- Rate limiting if called too frequently
- Contract address for non-existent or very new token may return empty data

## 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 smart money activity data for the specified token, including which sophisticated or institutional wallets are buying or selling, their transaction patterns, and aggregated smart money sentiment signals for that token contract address.

## 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-token-analysis-9b3ce67d/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)
