# LensCrypt Token Risk Score API

> LensCrypt Token Risk Score API is a paid API for AI agents from 67olens-x402.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-10).

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

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/risk/%7Baddress%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-token-risk-score-api-5d237d36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ExEBZX8B7gw8Ue1lqvmrN

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-token-risk-score-api-5d237d36
```

Example prompt: Can you check the risk score for this token address 0x1234...abcd on LensCrypt — I want to know if it's safe to buy before I put money in.

## When to prefer this

Use this endpoint when you need a quick, on-demand risk or safety score for a specific crypto token or wallet address before trading or interacting with it, especially when you want a single composite risk signal rather than raw on-chain data.

## Known failure modes

- Invalid or malformed address returns an error response
- Unsupported chain address may return no data
- Payment failure via x402 protocol prevents access
- Rate limiting if too many requests are made
- Address not found or not indexed returns empty result

## 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 assessment data for the queried address, including safety indicators and risk flags for the token or wallet.

## 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-token-risk-score-api-5d237d36/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
