# LensCrypt DeFi Dashboard

> LensCrypt DeFi Dashboard 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-14).

Returns a comprehensive DeFi dashboard snapshot covering yields, protocol stats, and on-chain metrics for a given wallet or portfolio context

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/defi/dashboard
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-defi-dashboard-7fd6e26b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2gkZdTlROFLF4nr-XRS8J

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-7fd6e26b
```

Example prompt: Pull up my DeFi dashboard — I want a full overview of current yields, protocol stats, and on-chain metrics across major DeFi protocols right now.

## When to prefer this

Choose this endpoint when you need a broad, all-in-one DeFi intelligence snapshot rather than a narrow point query. It is best suited for dashboard-style overviews, morning briefings, or portfolio health checks where aggregated protocol stats, yield rates, and on-chain metrics are needed in a single call. Prefer it over specialized single-protocol endpoints when breadth matters more than depth.

## Known failure modes

- Missing or invalid authentication / x402 payment — returns 402 Payment Required
- Malformed request properties — may return 400 Bad Request
- Upstream data source unavailability — may return 503 or degraded partial data
- Rate limiting after excessive calls — returns 429 Too Many Requests
- Network timeout on Vercel serverless cold start — returns 504 Gateway 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

Returns a JSON object with status 'ok' and a structured DeFi dashboard payload, likely including yield rates across protocols, protocol-level statistics, portfolio or market metrics, and on-chain analytics aggregated into a single dashboard view.

## 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-7fd6e26b/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)
