# x402-data-hub-v2 Yield Lending Rates

> x402-data-hub-v2 Yield Lending Rates is a paid API for AI agents from x402-data-hub-v2.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns current lending yield rates for a specified crypto asset (e.g. USDC, ETH) across DeFi protocols

## Facts

- Endpoint: POST https://x402-data-hub-v2.vercel.app/api/yield/lending
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-hub-v2-yield-lending-rates-5c48393b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vI8CEJzZ0zy_g1uDoJQmd

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 x402-data-hub-v2-yield-lending-rates-5c48393b -d '<json body>'
```

Example prompt: What's the current lending yield for USDC on DeFi protocols — I want to know the APY I can earn by lending it out.

## When to prefer this

Use this endpoint when you need current DeFi lending yield rates for a specific crypto asset like USDC or ETH, especially within an automated agent workflow that pays per call via the x402 micropayment protocol. Prefer this over manual DeFi dashboard checks when programmatic access to yield data is needed.

## Known failure modes

- Unsupported or misspelled asset symbol returns error or empty result
- Upstream data source unavailable causes 500 or timeout
- Payment failure via x402 protocol blocks the request
- Rate limit exceeded if too many calls are made rapidly

## How this service works

16 paid endpoints - Crypto, Exchange, Yield, Governance, Sentiment

## Output

Returns lending yield data for the specified asset, including APY rates and relevant protocol information for DeFi lending markets.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asset": {
   "type": "string",
   "description": "Asset to lend (e.g. USDC, ETH)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-hub-v2-yield-lending-rates-5c48393b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-data-hub-v2.vercel.app](https://www.zero.xyz/host/x402-data-hub-v2.vercel.app/llms.txt)
