# LensCrypt Protocol Health Check

> LensCrypt Protocol Health Check 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-10).

Returns health and status metrics for a specified DeFi or crypto protocol by protocol identifier

## Facts

- Endpoint: GET https://tolens.vercel.app/api/protocol-health/%7Bprotocol%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-protocol-health-check-52a82181
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1vlOqliOpoFfO8Ht6X3fx

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-protocol-health-check-52a82181
```

Example prompt: What's the current health status of Uniswap according to LensCrypt's protocol health endpoint?

## When to prefer this

Use this endpoint when you need a quick, paid-quality health check on a specific DeFi or crypto protocol and want consolidated status data without building your own monitoring. Prefer this over generic blockchain explorers when you need a structured programmatic response about protocol operational health.

## Known failure modes

- Unknown or unsupported protocol identifier returns an error or empty response
- Protocol name misspelled or using wrong slug format causes a 404 or invalid response
- Rate limit exceeded or payment failure via x402 results in 402 or 429 response
- Protocol temporarily unavailable returns degraded status or 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 object containing the health status and operational metrics of the specified protocol, including at minimum a status field (e.g. 'ok') indicating whether the protocol is healthy.

## 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-protocol-health-check-52a82181/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)
