B

Base USDC lending APY · Wallet

by Base USDC lending APY

GETBase

$0.01

per call · USD Coin on Base

Base USDC lending APY. Should you park this wallet's USDC on Base? Snapshot of native USDC + ETH, then the same size-aware Aave V3 vs Morpho Gauntlet USDC Prime yield pick (USD per year, days to break even, skip if gas eats it). Not a deposit instruction.

Endpoint

GET https://raptor-base-yields.vercel.app/v1/wallet/:address

4

Calls / 30d

3

Unique payers / 30d

Sep 4

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://raptor-base-yields.vercel.app/v1/wallet/:address", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://raptor-base-yields.vercel.app/v1/wallet/:address?address=0x0000000000000000000000000000000000000000" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x0000000000000000000000000000000000000000",
  "asOf": "2026-08-25T17:00:00.000Z",
  "balances": {
    "eth": {
      "formatted": "0",
      "wei": "0"
    },
    "usdc": {
      "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "decimals": 6,
      "formatted": "0",
      "raw": "0"
    }
  },
  "blockNumber": "12345678",
  "chain": "base",
  "chainId": 8453,
  "excluded": [
    "leverage",
    "looping",
    "memecoins",
    "perps"
  ],
  "note": "Snapshot of ETH and native USDC only. No keys are used. Not a trading signal."
}

Payment details

Pay to0x1e84f1f4e83ddfc91f8d5298b0cf49da34d041a6
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Base USDC lending APY & similar services