# LensCrypt DeFi Yields API

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

Fetches current DeFi yield opportunities and APY data across protocols and pools

## Facts

- Endpoint: GET https://lensscrypt.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-19de230a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RXJiXSYO25Pza8cMRNdgK

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-19de230a
```

Example prompt: What are the best DeFi yield farming opportunities available right now — show me the top protocols and their current APY rates so I can find the highest passive income options.

## When to prefer this

Use this endpoint when an agent needs real-time DeFi yield data, APY comparisons, or liquidity pool returns and the user wants to identify the best passive income or farming opportunities across DeFi protocols. Prefer over manual on-chain lookups or aggregator scraping when structured, paid-API reliability is needed.

## Known failure modes

- Missing or malformed properties parameter returns ambiguous 200 with status ok but empty data
- Upstream DeFi data source unavailable may return stale or empty yield data
- Payment failure via x402 protocol results in 402 Payment Required blocking access
- Rate limiting may occur if called too frequently without proper payment
- Invalid filter properties may silently return unfiltered or empty results

## 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 protocol names, pool information, APY/APR rates, and other relevant metrics for yield farming and liquidity opportunities across 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-19de230a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensscrypt.vercel.app](https://www.zero.xyz/host/lensscrypt.vercel.app/llms.txt)
