Run Base account status.
API Acre verifies the exact x402 price, Base network, recipient, and request before any wallet opens. One successful call costs $0.003 USDC.
API Acre never receives your private key; signing stays inside your wallet.
1 · Connect for one call
- Network
- Recipient
- USDC contract
No ETH gas needed. Connecting does not sign or pay. Coinbase Wallet supports desktop QR and mobile handoff without a browser extension. This EIP-3009 payment needs only the displayed USDC on Base—not ETH for gas—because the facilitator submits settlement. Reject any later prompt that differs from the verified amount or recipient.
See the result before connecting · Curated static example
Base account status returns structured JSON. This example is static; the paid call returns a fresh result and settlement receipt.
{
"request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
"service": "crypto.base-account-status",
"version": "1",
"data": {
"network": "eip155:8453",
"address": "0x0000000000000000000000000000000000000000",
"block": {
"requestedTag": "safe",
"number": 34567890,
"hash": "0x1111111111111111111111111111111111111111111111111111111111111111",
"timestamp": "2026-08-10T16:00:00+00:00"
},
"ethBalance": {
"wei": "0",
"formatted": "0"
},
"nonce": 0,
"code": {
"status": "absent",
"sizeBytes": 0,
"sha256": null
},
"networkRequestsMade": 2,
"readOnly": true,
"transactionBroadcast": false,
"warnings": [],
"explorerUrl": "https://basescan.org/address/0x0000000000000000000000000000000000000000",
"source": "https://docs.base.org/base-chain/quickstart/connecting-to-base",
"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, token portfolio, 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.",
"authorization_required": true
}
]
}
}Review exact request JSON
2 · 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
Change the request (optional)
The default request is verified automatically. Editing it invalidates the quote and requires this no-payment verification again.
Browser checkout requires an EVM wallet with USDC on Base. For agents and automated clients, use the official x402 SDK examples.