# LensCrypt Wallet Summary by Chain and Address

> LensCrypt Wallet Summary by Chain and Address is a paid API for AI agents from tolens.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a comprehensive crypto intelligence summary for a given wallet address on a specified blockchain chain

## Facts

- Endpoint: GET https://tolens.vercel.app/api/summary/%7Bchain%7D/%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-wallet-summary-by-chain-and-address-ae137828
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mcftEDSEhBZVBjBxKTvxM

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-wallet-summary-by-chain-and-address-ae137828
```

Example prompt: Give me a full crypto intelligence summary for wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 on Ethereum — I want to see what it holds, its DeFi positions, and any smart money signals.

## When to prefer this

Use this endpoint when you need a broad, aggregated wallet profile across DeFi, token holdings, and smart money signals for a single address on a specific chain. Prefer this over token-specific or protocol-specific endpoints when you want a one-stop summary rather than a narrow data point.

## Known failure modes

- Invalid or malformed wallet address returns error
- Unsupported chain identifier returns 404 or error
- Address with no on-chain history may return empty or minimal summary
- Payment failure via x402 protocol returns 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Network or RPC issues for specific chains may cause timeout

## 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 summary object containing wallet analytics for the requested chain and address, potentially including token holdings, DeFi yield positions, transaction patterns, smart money signals, and other on-chain intelligence aggregated by LensCrypt.

## 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-wallet-summary-by-chain-and-address-ae137828/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tolens.vercel.app](https://www.zero.xyz/host/tolens.vercel.app/llms.txt)
