Check one Base mainnet wallet or contract for ETH and official USDC balances, transaction nonce, and contract-bytecode evidence at a single resolved block.
Send the JSON body below. An unpaid request returns HTTP 402 with a PAYMENT-REQUIRED header; an x402-compatible buyer signs the requirement and retries with PAYMENT-SIGNATURE.
Coinbase Agentic Wallet can satisfy this x402 request in one command. Running it may pay automatically, so --max-amount is fixed to $0.003 USDC in atomic units. Copying the command does not install, authenticate, sign, or pay; review the request and use a separate low-value wallet before running it.
{
"request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
"service": "crypto.base-account-status",
"version": "1",
"data": {
"network": "eip155:8453",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"block": {
"requestedTag": "safe",
"number": 49895352,
"hash": "0xbf20a3349486d50cba755d4a64cc4cbc64565c6133b7d25befe760b4331c2a4a",
"timestamp": "2026-08-13T00:14:11+00:00"
},
"ethBalance": {
"wei": "9800646158085843",
"formatted": "0.009800646158085843"
},
"usdcBalance": {
"atomic": "0",
"formatted": "0",
"decimals": 6,
"contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
},
"nonce": 1,
"code": {
"status": "present",
"sizeBytes": 1852,
"sha256": "98d785fcb1bf847f287adc2310759fd94cc13e754b974bc72131382e8266f607"
},
"networkRequestsMade": 2,
"readOnly": true,
"transactionBroadcast": false,
"warnings": [],
"explorerUrl": "https://basescan.org/address/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"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 state only. Empty code does not prove that an address is controlled, safe, active, or permanently an externally owned account; no identity, ownership, portfolio-completeness, solvency, or transaction-intent conclusion is provided."
},
"meta": {
"duration_ms": 42,
"cached": false,
"sources": [],
"warnings": [],
"next_actions": [
{
"service": "crypto.base-account-snapshot",
"title": "Base account snapshot",
"reason": "Expand the account status into one-block ETH, native USDC, and optional caller-selected ERC-20 balances.",
"method": "POST",
"path": "/v1/crypto/base-account-snapshot",
"price": "$0.01",
"input_template": {
"address": "$request.address",
"block_tag": "safe",
"token_contracts": []
},
"use_output": "Use the richer result when the buyer needs explicitly scoped Base token balances as well as account status.",
"handoff_path": "/catalog/crypto.base-account-snapshot",
"checkout_path": "/try/crypto.base-account-snapshot",
"sample_path": "/samples/crypto.base-account-snapshot",
"maximum_atomic_usdc": "10000",
"handoff_payment_required": false,
"executes_automatically": false,
"authorization_required": true
}
]
}
}
Complete recipes using this API
These buyer-controlled recipes connect this service to compatible API Acre results. Every step has its own exact price and requires separate authorization.
Validate an EVM address, read its point-in-time Base account state, then retrieve recent official Circle USDC transfers over a bounded block range. The results are public-chain evidence, not proof of identity, ownership, authorization, solvency, or compliance.