B

Base USDC lending APY · Yields

by Base USDC lending APY

GETBase

$0.01

per call · USD Coin on Base

Base USDC lending APY. Live USDC lending yield on Base, read on-chain: Aave V3 USDC vs Morpho Gauntlet USDC Prime. Size-aware pick for parking idle USDC: USD per year, days to break even vs Base gas, skip if entry is uneconomic. Conservative two venues only. No leverage, looping, memecoins, or perps.

Endpoint

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

7

Calls / 30d

6

Unique payers / 30d

Sep 9

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

Example response

{
  "asOf": "2026-08-25T17:00:00.000Z",
  "asset": {
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "decimals": 6,
    "symbol": "USDC"
  },
  "chain": "base",
  "chainId": 8453,
  "conservative": {
    "excluded": [
      "leverage",
      "looping",
      "memecoins",
      "perps"
    ],
    "preferredVenue": "morpho-gauntlet-usdc",
    "rationale": "Highest live net USDC supply yield among the two named venues only. Size-aware enter/skip is in recommendation."
  },
  "recommendation": {
    "daysToBreakEven": 4.1,
    "gasBandUsd": {
      "high": 0.15,
      "low": 0.02
    },
    "gasUsdEnter": 0.05,
    "gasUsdEnterSource": "live",
    "preferredVenue": "morpho-gauntlet-usdc",
    "principalSource": "example",
    "principalUsdc": 100,
    "rationale": "Among Aave V3 USDC and Morpho Gauntlet USDC Prime only, morpho-gauntlet-usdc has the higher live net APY (4.4216%). On example size 100 USDC; scale with usdPerYearPerUsdc that is about $4.4216/year.",
    "skipIfUneconomic": false,
    "usdPerYear": 4.4216,
    "usdPerYearPerUsdc": 0.044216
  },
  "venues": [
    {
      "id": "aave-v3-usdc",
      "name": "Aave V3 USDC",
      "netApy": 0.0313,
      "pool": "0xA238Dd80C259a72e81d7e4664a9801593F98d1c5",
      "protocol": "aave-v3",
      "source": "on-chain:Aave V3 Pool.getReserveData",
      "suppliedUsdc": "180000000.0",
      "supplyApyPercent": "3.1345%"
    },
    {
      "id": "morpho-gauntlet-usdc",
      "name": "Gauntlet USDC Prime",
      "netApy": 0.0442,
      "netApyPercent": "4.4216%",
      "protocol": "morpho",
      "suppliedUsdc": "434000000.0",
      "vault": "0xeE8F4eC5672F09119b96Ab6fB59C27E1b7e44b61"
    }
  ]
}

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