# LensCrypt DeFi Yields API

> LensCrypt DeFi Yields API 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-13).

Retrieves current DeFi yield opportunities and APY data across protocols

## Facts

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

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-yields-api-8fb20f5d
```

Example prompt: What are the best DeFi yield opportunities available right now — show me current APY rates across protocols so I can decide where to put my crypto.

## When to prefer this

Use this endpoint when you need current DeFi yield rates and APY comparisons across multiple protocols in a single call. Prefer this over manual protocol-by-protocol checks when aggregated yield discovery is needed. Best for agents helping users find optimal yield strategies or compare returns on idle crypto assets.

## Known failure modes

- Payment not received — 402 response if USDC payment via x402 protocol on Base is not included
- Invalid or missing properties parameter — may return empty or error response
- Upstream data source unavailable — yields data may be stale or endpoint returns 500
- Rate limiting — too many requests may result in throttling
- Network timeout — vercel deployment cold start may cause latency spikes

## 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 list of current DeFi yield opportunities including protocol names, pool identifiers, APY/APR rates, and associated chain or asset information across supported DeFi protocols.

## 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-yields-api-8fb20f5d/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)
