# LensCrypt DeFi Dashboard

> LensCrypt DeFi Dashboard is a paid API for AI agents from lanescrypt.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a comprehensive DeFi dashboard overview including yields, protocol stats, and key DeFi metrics aggregated across protocols

## Facts

- Endpoint: GET https://lanescrypt.vercel.app/api/defi/dashboard
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-defi-dashboard-ac8bac24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mHQ2dF7QU3JsAhtkvEjK2

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-defi-dashboard-ac8bac24
```

Example prompt: Can you pull up a DeFi dashboard overview for me showing current yields, protocol stats, and key DeFi metrics across major protocols?

## When to prefer this

Use this endpoint when you need a broad, aggregated snapshot of the DeFi ecosystem in a single call rather than querying individual protocol endpoints separately. Ideal for dashboards, portfolio apps, or market overview reports where a high-level DeFi summary is needed. Prefer this over specialized single-protocol endpoints when breadth of coverage matters more than depth on one specific protocol.

## Known failure modes

- Payment not received via x402 protocol returns 402 Payment Required
- Invalid or missing USDC payment on Base returns payment error
- Upstream data provider outage returns 503 or partial data
- Malformed request parameters return 400 Bad Request
- Rate limiting may return 429 if called too frequently

## 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 aggregated DeFi dashboard data, likely including protocol yield rates, liquidity statistics, gas tracking, and other key DeFi metrics compiled across multiple protocols. Response includes a status field confirming successful retrieval.

## 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-defi-dashboard-ac8bac24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lanescrypt.vercel.app](https://www.zero.xyz/host/lanescrypt.vercel.app/llms.txt)
