Base USDC lending APY
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
283 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://raptor-base-yields.vercel.app/v1/wallet/:address
| Category | Market data |
|---|---|
| Provider host | raptor-base-yields.vercel.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 283 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"address": "0x1e84F1F4E83DdFc91F8D5298b0Cf49da34D041a6"
},
"queryParams": {
"address": "0x0000000000000000000000000000000000000000"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"queryParams": {
"properties": {
"address": {
"description": "Base 0x address in the path. Snapshot of ETH and native USDC only. No keys are used or accepted.",
"pattern": "^0x[0-9a-fA-F]{40}$",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"address": {
"description": "The requested Base address",
"type": "string"
},
"asOf": {
"type": "string"
},
"balances": {
"description": "ETH (native) and USDC (0x8335...2913) only",
"type": "object"
},
"blockNumber": {
"description": "Base block used for the snapshot",
"type": "string"
},
"chain": {
"type": "string"
},
"chainId": {
"type": "integer"
},
"excluded": {
"items": {
"type": "string"
},
"type": "array"
},
"note": {
"type": "string"
}
},
"required": [
"chain",
"chainId",
"address",
"asOf",
"balances"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}