# LensCrypt Wallet Risk Assessment

> LensCrypt Wallet Risk Assessment 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-08).

Returns a risk score and risk analysis for a given blockchain wallet address

## Facts

- Endpoint: GET https://lensscrypt.vercel.app/api/wallet-risk/%7Baddress%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-wallet-risk-assessment-7faf5e8a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ULk9euXGXxqscg78z-I8O

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-risk-assessment-7faf5e8a
```

Example prompt: Can you run a risk assessment on this wallet address 0x742d35Cc6634C0532925a3b844Bc454e4438f44e and tell me if it's safe to interact with or flagged for anything suspicious?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call wallet risk score before interacting with or sending funds to an unknown address. Prefer this over manual on-chain inspection when you need a structured risk rating with automated flag detection, especially for DeFi or trading workflows that require fast risk gating.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported blockchain network address format not recognized
- Rate limiting or payment failure via x402 protocol returns 402
- Unknown address with no history may return minimal or empty risk data
- Network timeout or service unavailability returns 5xx error

## 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 a risk status and risk indicators for the queried wallet address, including a risk score or rating and any relevant flags indicating suspicious activity, scam association, or abnormal behavior.

## 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-risk-assessment-7faf5e8a/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)
