# x402 Data Hub – Best Yield Pools

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

Returns the highest-yielding DeFi liquidity pools filtered by blockchain and stablecoin preference

## Facts

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

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

Example prompt: What are the best yield pools on Base right now? Only show me stablecoin pools so I can avoid impermanent loss.

## When to prefer this

Choose this endpoint when you need a ranked, filtered view of current DeFi yield pools by chain and stablecoin preference. It is well-suited for agents helping users allocate capital into passive income strategies, compare yields across protocols, or avoid impermanent loss via stablecoin-only filtering. Prefer it over generic DeFi aggregators when you need a pay-per-query model without API key management.

## Known failure modes

- Payment not included or insufficient USDC — 402 response returned
- Invalid chain name string — may return empty results or validation error
- No pools found matching the given filters — empty array returned
- Service unavailable or Vercel cold start timeout — 503 or timeout error
- Stablecoin filter returns no results for a given chain — empty list

## How this service works

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

## Output

A ranked list of DeFi yield pools matching the specified filters, including pool names, associated chain, APY or yield rates, and whether the pool is stablecoin-based. Allows agents to surface the top passive income opportunities in DeFi at query time.

## 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-best-yield-pools-79fe4c12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data-hub-v4-ten.vercel.app](https://www.zero.xyz/host/data-hub-v4-ten.vercel.app/llms.txt)
