# KiteEndpoints.ai - Stablecoin Yield API

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

Returns stablecoin yield rates and APY data across DeFi protocols

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/yield/stablecoin
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-stablecoin-yield-api-607f5a57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tc-jqiNRJUZm1UGb1C7FF

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

Example prompt: What are the current yield rates for USDC across major DeFi protocols — I want to see APY comparisons so I can decide where to park my stablecoins?

## When to prefer this

Use this endpoint when you need current stablecoin yield and APY data from DeFi protocols, particularly when building yield comparison tools, portfolio optimization agents, or DeFi monitoring dashboards. Prefer this when you need on-demand per-request pricing via USDC micropayments rather than a subscription-based data provider.

## Known failure modes

- Invalid or unsupported stablecoin symbol returns an error
- Protocol data unavailable returns empty or null result
- Payment failure due to insufficient USDC balance
- Rate limiting or upstream data source outage returns 503
- Malformed request body returns 400 error

## 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 stablecoin yield and APY data from DeFi protocols, including rate information to help users compare earning opportunities across different platforms.

## 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-607f5a57/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
