Balance, next nonce, and whether an address is a contract
address_infoNative balance, the next nonce to use, and whether the address holds contract code — the three things needed before sending from or to an address. Pass 'token' as well to read an ERC-20 balance for the same address in the same call. Values are read at the latest block, so a reorg can change them. Costs $0.008 USDC per call via x402 on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | ethereum, base, arbitrum, optimism or polygon. Defaults to base. | |
| token | No | Optional ERC-20 contract address to also report that token's balance. | |
| address | Yes | 0x-prefixed 20-byte address. |