# KiteEndpoints DeFi Yield API

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

Fetches DeFi yield farming and liquidity protocol data including APY rates and opportunities across decentralized finance platforms

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/defi-yield
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-defi-yield-api-a6cf001b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iI0-bzjK1zd9w-iPynfGA

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-defi-yield-api-a6cf001b -d '<json body>'
```

Example prompt: What are the current best DeFi yield farming opportunities and APY rates across major protocols so I can decide where to allocate my stablecoin holdings?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request DeFi yield data without committing to a subscription API. Best suited for agents performing occasional yield lookups or opportunity scans across DeFi protocols, especially when USDC micropayment billing on Base chain is already part of your workflow.

## Known failure modes

- Invalid or missing input parameters return a generic error response
- Upstream DeFi data source downtime may return stale or empty results
- Rate limiting or payment failure (insufficient USDC) results in HTTP 402
- Unsupported protocol or token pair may return empty data set
- Network congestion on Base chain may delay payment processing

## 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 a result object containing DeFi yield data such as current APY rates, liquidity pool metrics, yield farming opportunities, and protocol-level return information across decentralized finance 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-defi-yield-api-a6cf001b/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)
