# KiteEndpoints.ai - Best Yield Pools Lookup

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

Returns the highest-yielding DeFi liquidity pools across protocols so users can identify optimal yield farming opportunities

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/yield/best-pools
- Price: $0.05/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-best-yield-pools-lookup-7dd8f1fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WbY-UF129GkXrChtY7Mpt

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-best-yield-pools-lookup-7dd8f1fa -d '<json body>'
```

Example prompt: What are the best yield pools available right now? I want to find the highest APY opportunities across DeFi protocols — especially for stablecoins or ETH.

## When to prefer this

Use this endpoint when you need a quick ranked lookup of top DeFi yield pools without building your own aggregation layer. Prefer this over manual protocol scanning when you want cross-protocol comparisons in a single call and are comfortable paying $0.05 USDC per request via x402 on Base.

## Known failure modes

- API returns empty results if no pools match filter criteria
- Stale data if underlying DeFi protocol APIs are unavailable
- Payment failure if insufficient USDC balance on Base chain
- Malformed response if protocol data source is temporarily down
- Rate limiting if too many requests are sent simultaneously

## 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 ranked list of the best-performing yield pools including pool name, token pair, protocol, chain, APY/APR, and TVL so the agent can recommend optimal yield farming destinations.

## 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-best-yield-pools-lookup-7dd8f1fa/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)
