Vibe Springs · Portfolio Brief

by Vibe Springs

GETBase

$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-brief

1

Calls / 30d

1

Unique payers / 30d

Sep 2

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x38c063312719220c676e988f0dee14b4ec0e44c8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Vibe Springs & similar services