$0.06
per call · USD Coin on Base
Premium cross-protocol DeFi yield aggregator and scanner powered by DefiLlama. Scans Aave, Compound, Uniswap, Morpho, and 100+ protocols for the best APY opportunities across chains. Filter by token, chain, and minimum TVL. Ideal for AI yield optimizers, portfolio rebalancers, and DeFi research agents.
Endpoint
GET https://vibesprings.net/api/defi-yields1
Calls / 30d
1
Unique payers / 30d
Aug 19
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://vibesprings.net/api/defi-yields", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://vibesprings.net/api/defi-yields?chain=base&limit=20&min_tvl=100000&sort=apy&token=USDC" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 3,
"filters": {
"chain": "base",
"min_tvl": 100000,
"token": "USDC"
},
"processingTime": "240ms",
"source": "DefiLlama Yields API",
"yields": [
{
"apy": 4.2,
"apyBase": 3.1,
"apyReward": 1.1,
"chain": "Base",
"pool": "USDC",
"poolType": "lending",
"protocol": "aave-v3",
"riskLevel": "low",
"symbol": "USDC",
"tvl": 1200000000,
"tvlFormatted": "$1.2B",
"url": "https://app.aave.com/"
},
{
"apy": 3.85,
"apyBase": 3,
"apyReward": 0.85,
"chain": "Base",
"pool": "USDC",
"poolType": "lending",
"protocol": "compound-v3",
"riskLevel": "medium",
"symbol": "USDC",
"tvl": 850000000,
"tvlFormatted": "$850.0M",
"url": "https://app.compound.finance/"
},
{
"apy": 5.12,
"apyBase": 4.5,
"apyReward": 0.62,
"chain": "Base",
"pool": "USDC",
"poolType": "lending",
"protocol": "morpho",
"riskLevel": "medium",
"symbol": "USDC",
"tvl": 320000000,
"tvlFormatted": "$320.0M",
"url": "https://app.morpho.org/"
}
]
}Payment details
0x38c063312719220c676e988f0dee14b4ec0e44c8USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of DeFi and the homepage with a featured placement.
More from Vibe Springs & similar services
Vibe Springs · Price BTC USD
vibesprings.net
Real-time BTC/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price ETH USD
vibesprings.net
Real-time ETH/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price SOL USD
vibesprings.net
Real-time SOL/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.