See it. Verify it. Run it.

Review an example result and the exact request, then connect a browser wallet only after the live x402 price and recipient pass verification. One successful call costs $0.01 USDC on Base.

No accountNo subscriptionNo private-key uploadOne-call authorization

API Acre never receives your private key; signing stays inside your wallet.

Loading a no-payment verification…

What the result looks like

Base account snapshot returns structured JSON. The paid call uses your input and displays both the fresh result and settlement receipt below.

Curated static example
{
  "request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
  "service": "crypto.base-account-snapshot",
  "version": "1",
  "data": {
    "network": "eip155:8453",
    "address": "0x0000000000000000000000000000000000000000",
    "block": {
      "requestedTag": "safe",
      "number": 34567890,
      "hash": "0x1111111111111111111111111111111111111111111111111111111111111111",
      "timestamp": "2026-08-10T16:00:00+00:00"
    },
    "balances": {
      "eth": {
        "wei": "0",
        "formatted": "0"
      },
      "usdc": {
        "atomic": "0",
        "formatted": "0",
        "decimals": 6,
        "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
      }
    },
    "nonce": 0,
    "hasCode": false,
    "codeSizeBytes": 0,
    "explorerUrl": "https://basescan.org/address/0x0000000000000000000000000000000000000000",
    "source": "https://docs.base.org/base-chain/quickstart/connecting-to-base",
    "usdcSource": "https://developers.circle.com/stablecoins/usdc-contract-addresses",
    "disclaimer": "Point-in-time public Base chain state only; no ownership, identity, risk, solvency, or transaction-intent conclusion is provided."
  },
  "meta": {
    "duration_ms": 42,
    "cached": false,
    "sources": [],
    "warnings": []
  }
}

1 · Review input and live price

Live price verification runs automatically and never requests a wallet signature or payment. Editing the input invalidates the verified challenge.

Browser checkout requires an injected EVM wallet with USDC on Base. For agents and automated clients, use the official x402 SDK examples.