# LensCrypt Risk Assessment API

> LensCrypt Risk Assessment API 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-09).

Returns a risk score and safety analysis for a given cryptocurrency wallet or token address

## Facts

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

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-risk-assessment-api-88258a73
```

Example prompt: Can you run a LensCrypt risk assessment on this wallet address 0xABC123... and tell me if it has any red flags or suspicious activity before I send funds to it?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call risk score on a specific blockchain address without a subscription — ideal for one-off due diligence checks on wallets or tokens before transacting, particularly when integrated into an automated DeFi workflow that already uses the x402 payment protocol on Base

## Known failure modes

- Invalid or malformed address returns an error response
- Unsupported chain address may return empty or null risk data
- Payment failure via x402 protocol results in 402 Payment Required response
- Rate limiting or server errors on the Vercel deployment may cause 5xx responses
- Address not indexed or too new may return incomplete risk 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

A JSON object containing a status field and risk-related data for the queried address, including risk score, flags, and safety indicators relevant to the wallet or 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-risk-assessment-api-88258a73/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)
