# LensCrypt Base Protocol Stats

> LensCrypt Base Protocol Stats is a paid API for AI agents from tolens.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns protocol-level statistics and analytics for the Base blockchain network

## Facts

- Endpoint: GET https://tolens.vercel.app/api/protocols/base
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-base-protocol-stats-8a672069
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bmO-qJW1qWAPuLephCWi9

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-base-protocol-stats-8a672069
```

Example prompt: Pull the latest protocol stats for the Base blockchain — I want to see which DeFi protocols are active there and their key metrics.

## When to prefer this

Use this endpoint when you need on-chain protocol statistics specifically for the Base blockchain, such as TVL breakdowns, protocol activity rankings, or DeFi ecosystem metrics. Prefer this over generic blockchain explorers when you need aggregated protocol-level intelligence rather than raw transaction data.

## Known failure modes

- Payment not received via x402 — returns 402 Payment Required
- Invalid or missing query parameters — returns 400 Bad Request
- Upstream data provider unavailable — returns 503 or degraded data
- Rate limit exceeded — returns 429 Too Many Requests
- Base network data temporarily unavailable — returns partial or empty dataset

## 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

JSON object containing protocol-level statistics for the Base blockchain, including metrics such as TVL, transaction volumes, active protocols, and other on-chain analytics data.

## 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-base-protocol-stats-8a672069/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)
