mirrored listing x402 eip155:8453

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.

Do you run raptor-base-yields.vercel.app? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
4
calls / 30d
3
unique payers
2026-09-04
updated

Provider

raptor-base-yields.vercel.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x1e84F1F4E83DdFc91F8D5298b0Cf49da34D041a6",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "pathParams": {
          "address": "0x1e84F1F4E83DdFc91F8D5298b0Cf49da34D041a6"
        },
        "queryParams": {
          "address": "0x0000000000000000000000000000000000000000"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "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."
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/wallet/:address",
    "schema": {
      "$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"
    }
  }
}

Use it

curl

curl "https://raptor-base-yields.vercel.app/v1/wallet/:address"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://raptor-base-yields.vercel.app/v1/wallet/:address");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://raptor-base-yields.vercel.app/v1/wallet/:address")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7910.json, and this resource appears in /discovery/resources and /discovery/search.