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.
API Acre never receives your private key; signing stays inside your wallet.
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.
2 · Verify and connect
- Price
- Network
- Recipient
- USDC contract
Use a low-value wallet. Your wallet will show an EIP-712 USDC authorization, not a seed-phrase or private-key prompt.
3 · Authorize one call
Connected wallet:
Signing authorizes only the verified amount and recipient for this request. Reject the wallet prompt if anything differs.
Result
Settlement receipt
Browser checkout requires an injected EVM wallet with USDC on Base. For agents and automated clients, use the official x402 SDK examples.