# LensCrypt DeFi Yields API

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

Fetches current DeFi yield/APY data across protocols and pools for yield farming and liquidity analysis

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/yields
- 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-yields-api-5710ffaa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__2xgkc7of0VtbnpWnhgcv

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-5710ffaa
```

Example prompt: What are the best DeFi yield opportunities right now — show me the top APY rates across major protocols so I can decide where to put my USDC?

## When to prefer this

Use this endpoint when you need current DeFi yield/APY data across multiple protocols in a single call, especially when building yield comparison tools, portfolio optimizers, or when an agent needs to identify the best passive income opportunities in DeFi. Prefer over manual scraping of individual protocol sites or when you need aggregated yield intelligence with a pay-per-call model.

## Known failure modes

- Payment not received — 402 response requiring USDC payment via x402 protocol on Base
- Invalid or missing query parameters — malformed request returns error
- Upstream data provider unavailable — yields data temporarily unavailable
- Rate limiting — too many requests from same source
- No pools matching filter criteria — empty results set

## 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 current DeFi yield data including APY rates, protocol names, pool information, and yield farming opportunities across multiple chains and protocols. Response includes status ok and structured yield 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-defi-yields-api-5710ffaa/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)
