# x402-data-hub-v2 Best Yield Pools

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

Returns the highest-yielding DeFi liquidity pools, optionally filtered by blockchain and stablecoin status

## Facts

- Endpoint: POST https://data-hub-x402.vercel.app/api/yield/best-pools
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-hub-v2-best-yield-pools-adeb5162
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i3PKmVbO_7joImHCilV5K

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 x402-data-hub-v2-best-yield-pools-adeb5162 -d '<json body>'
```

Example prompt: What are the best yield pools available on Base right now? Only show me stablecoin pools — I want the highest APY options.

## When to prefer this

Use this endpoint when you need real-time DeFi yield pool rankings filtered by chain (e.g. Ethereum, Base) or stablecoin status; ideal for agents helping users find passive income opportunities in DeFi without manually searching multiple protocols

## Known failure modes

- Invalid or unsupported chain name returns an error or empty result
- Payment failure (402) if x402 USDC payment is not included or insufficient
- No pools match filter combination (e.g. no stablecoin pools indexed for a niche chain)
- Upstream data source unavailable causing stale or missing pool data

## How this service works

16 paid endpoints - Crypto, Exchange, Yield, Governance, Sentiment

## Output

A ranked list of top-performing DeFi liquidity pools matching the requested chain and stablecoin filters, including pool names, APY/yield rates, and relevant chain metadata

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "Filter by chain (e.g. Ethereum, Base)"
  },
  "stablecoin": {
   "type": "boolean",
   "description": "Filter stablecoin pools only"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-hub-v2-best-yield-pools-adeb5162/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data-hub-x402.vercel.app](https://www.zero.xyz/host/data-hub-x402.vercel.app/llms.txt)
