# LensCrypt DeFi Yields API

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

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

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/yields
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-defi-yields-api-716a6f45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__vE7d5m-1QYxBOJke86Oj

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-716a6f45
```

Example prompt: What are the best DeFi yield opportunities available right now — show me the highest APY pools across protocols so I can decide where to deploy my capital.

## When to prefer this

Choose this endpoint when you need real-time DeFi yield data aggregated across multiple protocols in a single paid API call via x402 on Base. Prefer it over manually scraping DeFi dashboards or using free-tier APIs with rate limits when you need programmatic, agent-accessible yield data with USDC micropayment billing.

## Known failure modes

- Payment not received or x402 USDC payment on Base fails — returns 402 Payment Required
- Upstream DeFi data source unavailable — may return stale or empty data
- Invalid query parameters — returns 400 Bad Request
- Rate limiting or server overload on Vercel deployment — returns 429 or 503

## 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 yield data including APY rates, protocol names, pool identifiers, and associated chain/token information for available DeFi yield opportunities.

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