ApiToll DeFi Yields
GET crypto.apitoll.cloud/v1/crypto/yields
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Highest-yield DeFi pools across every chain and protocol, filterable by chain, project, or asset symbol: each pool returns TVL in USD, total APY with base/reward split, stablecoin flag, impermanent-loss risk, and exposure. Sort by APY or TVL, and set sustainable=true to exclude IL-risky pure reward-emission farms. Find where to earn yield on USDC, ETH, SOL and more. Sourced from DefiLlama.
Resource: crypto.apitoll.cloud/v1/crypto/yields
Network: eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3dA40A9aD36640a2C0F533BAC368490095574664
Payment methods: — · Last validation: 2026-09-13 23:22:23.694+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"sort": {
"enum": [
"tvl",
"apy"
],
"type": "string",
"description": "Sort key (default tvl)."
},
"chain": {
"type": "string",
"description": "Filter to one chain (exact, case-insensitive): Ethereum, Solana, Base, Arbitrum…"
},
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Max pools returned (1–100, default 20)."
},
"symbol": {
"type": "string",
"description": "Filter by pool asset substring: USDC, ETH, SOL…"
},
"project": {
"type": "string",
"description": "Filter by protocol/project substring: aave, lido, uniswap…"
},
"minTvlUsd": {
"type": "number",
"description": "Minimum pool TVL in USD (default 10000 to hide dust)."
},
"sustainable": {
"type": "boolean",
"description": "When true, keep only real-yield pools: no impermanent-loss risk, an organic base APY that outweighs reward-token emissions, and a plausible APY (drops transient spikes)."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"pools": {
"type": "array",
"items": {
"type": "object",
"properties": {
"apy": {
"type": "number"
},
"pool": {
"type": "string"
},
"chain": {
"type": "string"
},
"ilRisk": {
"type": "string"
},
"symbol": {
"type": "string"
},
"tvlUsd": {
"type": "number"
},
"apyBase": {
"type": "number"
},
"outlier": {
"type": "boolean"
},
"project": {
"type": "string"
},
"exposure": {
"type": "string"
},
"apyReward": {
"type": "number"
},
"apyMean30d": {
"type": "number"
},
"stablecoin": {
"type": "boolean"
},
"predictedClass": {
"type": "string"
}
}
}
},
"source": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
},
"filters": {
"type": "object",
"properties": {
"sort": {
"type": "string"
},
"chain": {
"type": "string"
},
"symbol": {
"type": "string"
},
"sustainable": {
"type": "boolean"
}
}
},
"totalMatching": {
"type": "number"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3dA40A9aD36640a2C0F533BAC368490095574664",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x3dA40A9aD36640a2C0F533BAC368490095574664",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "1000"
},
{
"raw": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "5Wxg3V6gcmFmmP6SXmGZQAUZPFYsSwoeN2Qewt5BotWz",
"amount": "1000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
},
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "5Wxg3V6gcmFmmP6SXmGZQAUZPFYsSwoeN2Qewt5BotWz",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"amountAtomic": "1000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.