# x402-data-hub-v2 Stablecoin Yield Endpoint

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

Returns current stablecoin yield rates and APY data across DeFi protocols for a given stablecoin or set of stablecoins

## Facts

- Endpoint: POST https://x402-data-hub-v2.vercel.app/api/yield/stablecoin
- Price: $0.08/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-stablecoin-yield-endpoint-0150cf7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_phJ9bjZ1EJgQ_4jhbViJM

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-stablecoin-yield-endpoint-0150cf7a -d '<json body>'
```

Example prompt: What are the current stablecoin yield rates across DeFi protocols — specifically show me APY for USDC, USDT, and DAI so I can figure out where to park my stablecoins for the best return?

## When to prefer this

Use this endpoint when you need real-time or near-real-time stablecoin yield data across multiple DeFi protocols in a single paid API call. Prefer this over scraping DeFi dashboards or using free tier APIs that may be rate-limited or stale.

## Known failure modes

- Invalid or unsupported stablecoin symbol returns an error
- Rate limit or payment failure returns a 402 or 4xx response
- Upstream data provider outage may return stale or empty yield data
- Malformed POST body returns a 400 validation error

## How this service works

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

## Output

A structured response containing current yield rates (APY) for stablecoins across major DeFi protocols, including protocol name, stablecoin ticker, chain, and TVL data, enabling comparison of the best available returns.

## Request schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-hub-v2-stablecoin-yield-endpoint-0150cf7a/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)
