$0.1
per call · USD Coin on Base
Complete DeFi portfolio snapshot for any wallet address in one call. Aggregates wallet balance and token holdings (Viem + Blockscout), on-chain risk score and flags, top USDC DeFi yields available on the chain (DefiLlama), and current gas prices — all fetched in parallel. Ideal for DeFi agents, portfolio trackers, and risk-aware execution engines.
Endpoint
GET https://vibesprings.net/api/portfolio-brief1
Calls / 30d
1
Unique payers / 30d
Sep 2
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/portfolio-brief", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://vibesprings.net/api/portfolio-brief?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&chain=base" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"chain": "base",
"defiYields": [
{
"apy": 4.8,
"pool": "USDC",
"protocol": "compound-v3",
"tvlUsd": 800000000
}
],
"gas": {
"baseFeeGwei": "0.0012",
"chain": "base",
"gasPriceGwei": "0.0015"
},
"processingTime": "520ms",
"risk": {
"flags": [
"ESTABLISHED"
],
"level": "minimal",
"score": 0
},
"wallet": {
"activityTags": [
"stablecoin-holder",
"active-trader"
],
"balanceEth": "1.23",
"balanceUsd": "$4,305.00",
"isContract": false,
"tokens": [
{
"balance": "1500.00",
"symbol": "USDC"
}
],
"transactionCount": 142,
"type": "eoa"
}
}Payment details
0x38c063312719220c676e988f0dee14b4ec0e44c8USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data 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.