# KiteEndpoints.ai - Best Yield Pools Finder

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

Returns the best-performing DeFi yield pools across protocols, ranked by yield metrics

## Facts

- Endpoint: POST https://kite-hub-v2.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-finder-8cad4e16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z9z7aoBCWYSKzB57mYtIQ

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-finder-8cad4e16 -d '<json body>'
```

Example prompt: What are the best DeFi yield pools available right now — I want to see the top options with the highest APY, especially for stablecoins like USDC?

## When to prefer this

Use this endpoint when an agent needs to identify and compare DeFi yield farming opportunities across protocols, especially for automated portfolio allocation, yield optimization strategies, or informing users about passive income options in crypto. Prefer this over manual protocol research when real-time pool data and ranking is needed.

## Known failure modes

- No pools found matching criteria — returns empty result set
- Upstream DeFi data source unavailable — may return stale or error response
- Payment not received — 402 response requiring USDC payment on Base
- Malformed request body — 400 error if input schema not followed
- Rate limiting or quota exceeded — 429 or error response

## 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 ranked yield pool data including protocol names, APY/APR rates, pool assets, and other metrics to identify the best DeFi yield opportunities available.

## 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-finder-8cad4e16/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)
