# DeFiLlama Yields API via KiteEndpoints

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

Fetches DeFi yield/APY data for liquidity pools and lending protocols from the DeFiLlama dataset

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/defillama-yields
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defillama-yields-api-via-kiteendpoints-70197cee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ML9yzF5Ym3M8MCggKGWqJ

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 defillama-yields-api-via-kiteendpoints-70197cee -d '<json body>'
```

Example prompt: What are the top DeFi yield opportunities right now — show me pools with the highest APY across major protocols like Aave, Curve, and Uniswap, including their TVL and which chain they're on.

## When to prefer this

Use this endpoint when you need broad DeFi yield data aggregated across many protocols and chains via DeFiLlama, especially in an agent workflow that requires pay-per-request micro-payments via USDC on Base. Prefer this over calling DeFiLlama directly when you need a single authenticated API hub without managing separate API keys.

## Known failure modes

- DeFiLlama API unavailability causing empty or error response
- Stale data if DeFiLlama cache is not refreshed
- No results if filtering by an unsupported or misspelled protocol/chain
- Generic error wrapper with little debugging detail due to thin proxy layer
- Rate limiting or payment failure returning 402 or 429 status

## 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 list of DeFi yield/pool data sourced from DeFiLlama, including pool identifiers, protocol names, chains, APY percentages, and total value locked (TVL) for liquidity and lending pools across the DeFi ecosystem.

## 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/defillama-yields-api-via-kiteendpoints-70197cee/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)
