# KiteEndpoints.ai - Stablecoin Yield API

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

Returns yield rates and opportunities for stablecoins across DeFi protocols

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/yield/stablecoin
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-stablecoin-yield-api-b29b6c13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_myy-tULXlDllK7P4sIvPG

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 kiteendpoints-ai-stablecoin-yield-api-b29b6c13 -d '<json body>'
```

Example prompt: What are the best current stablecoin yield rates available across DeFi protocols — I want to compare APYs for USDC, USDT, and DAI to find the highest safe return?

## When to prefer this

Use this endpoint when an agent needs current stablecoin yield rates across DeFi protocols and wants a consolidated lookup rather than querying individual protocol APIs. Best for financial planning, yield comparison, or portfolio optimization involving stablecoins. Prefer over manual on-chain queries when speed and aggregation matter.

## Known failure modes

- Payment not received — 402 response requiring USDC payment on Base chain
- Invalid input schema — malformed request body returns 400
- Data provider unavailable — upstream DeFi data source down, returns 503
- Rate limit exceeded — too many requests in short window
- Stale data — yield rates may lag real-time on-chain activity

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns an object containing stablecoin yield data including APY rates, protocol names, and yield opportunities across DeFi platforms for various stablecoins like USDC, USDT, and DAI.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-stablecoin-yield-api-b29b6c13/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
