# x402 Data Hub – Yield Lending Rates

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

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

## Facts

- Endpoint: POST https://data-hub-x402.vercel.app/api/yield/lending
- 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/x402-data-hub-yield-lending-rates-7a458028
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GOswcr500njSgzY0nmqhZ

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-7a458028 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need real-time or near-real-time DeFi lending yield data for a specific crypto asset and are comfortable with a micropayment-per-call model via x402. Prefer this over free aggregators when you need reliable, structured data delivered through an agent-native payment flow.

## Known failure modes

- Unsupported asset symbol returns an error or empty result
- Network or upstream data provider outage causes timeout
- Invalid or malformed asset string causes a 400-level error
- Payment not received or x402 authentication failure blocks the request

## How this service works

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

## Output

Returns current lending yield data for the specified crypto asset, including APY/APR rates and relevant protocol information from 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-yield-lending-rates-7a458028/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data-hub-x402.vercel.app](https://www.zero.xyz/host/data-hub-x402.vercel.app/llms.txt)
