$ man defi-yield-pools
/defi-yield-pools(1)
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarketCATEGORY
uncategorized
STATUS
● live
NAME
defi-yield-pools — defi yield pools / apy aggregator / yield-farming opportunities / defillama yields / cross-protocol apy ranking / stablecoin yields / lp…
SYNOPSIS
POST https://x402.org/v1/defi-yield-pools
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
DeFi yield pools / APY aggregator / yield-farming opportunities / DeFiLlama yields / cross-protocol APY ranking / stablecoin yields / LP pool returns. Filter and rank thousands of DeFi yield-bearing pools across every chain DeFiLlama tracks. Filters: chain, project, asset symbol, stablecoin-only, single-vs-LP exposure, TVL minimum, APY range, impermanent-loss risk. Returns pool ID, chain, project, symbol, current APY (base + reward), 30-day mean APY, day/week/month APY change, TVL, exposure, IL risk, and predicted-class. Differentiates from defi-llama-protocol (single-protocol TVL) — this is the yield-discovery surface.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| chain | string | e.g. 'Ethereum', 'Base', 'Arbitrum'. Exact-case match against DeFiLlama's chain field. | optional |
| project | string | e.g. 'aave-v3', 'lido', 'uniswap-v3'. Exact match against DeFiLlama project slug. | optional |
| symbol | string | Substring match against pool symbol, e.g. 'USDC'. | optional |
| stablecoin_only | boolean | Only stablecoin pools. | optional |
| single_only | boolean | Only single-asset exposure (excludes LP pairs). | optional |
| min_tvl_usd | number | Minimum TVL in USD. | optional |
| min_apy | number | Minimum APY %. | optional |
| max_apy | number | Maximum APY % (filters out outliers). | optional |
| il_risk | string | Filter by impermanent-loss risk classification. enum: no · yes | optional |
| order_by | string | Default 'apy'. enum: apy · tvlUsd · apyBase · apyReward | optional |
| limit | number | 1-500. Default 50. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| pools | string | Array of yield pool objects, each with chain, project, symbol, APY breakdown, TVL, exposure, and IL risk. |
| count | string | Number of pools returned in the pools array after filters and any result-limit truncation. |
| matched_count | string | Total pools matching the requested filters before any truncation to the returned page. |
| universe_count | string | Total pools in the DeFiLlama yields universe before filters are applied. |
| summary | string | Short text rollup of the result set: top APYs, dominant chains/projects, and TVL coverage. |
| attribution | string | Upstream data credit string pointing to DeFiLlama yields as the source of pool data. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/defi-yield-pools \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# install once claude mcp add x402 --command "npx x402-deployer-mcp" # then ask Claude Code: # "use the defi-yield-pools tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- defiyield-aggregatorapy-rankingdefillamastablecoin-yieldsliquidity-poolsyield-farmingpool-screener
- methods
- POST
- cluster
- edgemarket
- price
- $0.005 USDC per call
ADJACENT — other endpoints in edgemarket
| endpoint | description | price |
|---|---|---|
| agent-card-resolve | Agent card resolver / ERC-8004 Identity Registry lookup / Trustless Agents / agentId → owner + agentURI / A2A identity / agent.json fetch… | $0.005 |
| arbitrage-spread | Cross-exchange arbitrage spread / max-min price / CEX price dispersion / spread % calculator. | $0.005 |
| basename-resolve | Basename resolver / Coinbase Basenames / .base.eth lookup / Base name service / on-chain name resolution. | $0.005 |
| ipfs-fetch | IPFS fetch / IPFS gateway / Web3 storage retrieval / NFT metadata fetcher / Filecoin gateway / decentralized content / pinned-content reader. | $0.005 |
| price-impact | Price-impact / slippage estimator / DEX swap size impact / size-keyed quote / depth simulation. | $0.005 |
| safe-multisig-status | Safe multisig status / Gnosis Safe info / Safe owners / Safe threshold / Safe pending queue / DAO treasury wallet / Safe wallet lookup. | $0.005 |
| stablecoin-monitor | Stablecoin monitor. | $0.005 |
| stablecoin-peg | Stablecoin peg monitor / depeg detector. | $0.005 |
SEE ALSO