# x402 Data Hub – Yield Lending Rates

> x402 Data Hub – Yield Lending Rates is a paid API for AI agents from data-hub-v4-ten.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://data-hub-v4-ten.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-yield-lending-rates-17bf69d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k_6gDFLZZcTsHF1SdDpR7

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-yield-lending-rates-17bf69d4 -d '<json body>'
```

Example prompt: What's the current lending yield rate for USDC right now across DeFi protocols?

## When to prefer this

Use this endpoint when you need current DeFi lending yield rates for a specific crypto asset and are willing to pay $0.10 USDC per query via the x402 micropayment protocol. Prefer this over free alternatives when you need reliable, structured, up-to-date lending APY data for assets like USDC or ETH.

## Known failure modes

- Unknown or unsupported asset symbol returns an error or empty result
- Network or upstream data source unavailability causes a timeout or 503
- Missing 'asset' field in request body returns a 400 validation error
- Payment failure via x402 protocol results in 402 Payment Required response

## How this service works

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

## Output

Returns lending yield/APY data for the specified crypto asset, likely including protocol names and their current interest rates for lenders

## 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-yield-lending-rates-17bf69d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data-hub-v4-ten.vercel.app](https://www.zero.xyz/host/data-hub-v4-ten.vercel.app/llms.txt)
