# LensCrypt Smart Money Token Analysis

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

Returns smart money tracking data for a given token address, showing which sophisticated wallets and whale investors are holding or trading it

## Facts

- Endpoint: GET https://lensscrypt.vercel.app/api/smart-money/token/%7Baddress%7D
- 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-token-analysis-1cb84852
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gag1XUi8Glffmvm5LHfOf

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-1cb84852
```

Example prompt: Which smart money wallets are currently holding or accumulating the token at address 0x6B175474E89094C44Da98b954EedeAC495271d0F? I want to know if any sophisticated investors or whales are positioned in it.

## When to prefer this

Use this endpoint when you need on-chain smart money intelligence for a specific token — particularly when assessing whether sophisticated or high-conviction wallets are accumulating or exiting a position. Prefer this over generic holder APIs when the goal is to filter wallet activity by wallet quality/reputation rather than raw holder counts.

## Known failure modes

- Invalid or malformed token contract address returns an error
- Token address not indexed or too new may return empty data
- Unsupported blockchain network for the token address
- Payment failure via x402/USDC results in 402 response blocking data
- Rate limiting if called too frequently
- Token with no smart money activity returns empty or minimal result set

## 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 object containing smart money activity for the queried token address, including which high-value or alpha wallets hold positions, recent accumulation or distribution signals, and aggregate smart money sentiment indicators for that token.

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