# KiteEndpoints.ai - DeFiLlama Yields

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

Fetches DeFi protocol yield data (APYs, TVL, pool information) via the DeFiLlama yields API

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/defillama-yields
- Price: $0.19/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-defillama-yields-0cc1e7ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YInCsbu9nDtdIMztKRtca

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-defillama-yields-0cc1e7ce -d '<json body>'
```

Example prompt: Pull the current DeFiLlama yields data so I can see which DeFi pools and protocols are offering the best APYs right now, including their TVL.

## When to prefer this

Choose this endpoint when you need aggregated DeFi yield data (APY, TVL, pool info) from DeFiLlama without setting up your own DeFiLlama API integration. Ideal for agents needing pay-per-request access to yield farming data without ongoing API key management. Use when comparing yields across multiple protocols or chains in a single call.

## Known failure modes

- DeFiLlama upstream API unavailable — returns error in result object
- No data returned for specified filters — empty result set
- Rate limiting or payment failure — 402 response if USDC payment not processed
- Stale data if DeFiLlama has not updated recently
- Malformed response if DeFiLlama schema changes upstream

## 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 pool yield data sourced from DeFiLlama, typically including pool identifiers, protocol names, chains, APY percentages, and TVL figures across various DeFi protocols and liquidity pools.

## 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-defillama-yields-0cc1e7ce/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)
