eth_getAccount
Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.
Path parameters
apiKey
Request
This endpoint expects an object.
address
The account address for which the information is to be retrieved.
blockReference
The block number (hex quantity) or a tag: “latest”, “pending”, “safe”, or “finalized”.
Response
Account fields at the requested block.
codeHash
A 32-byte hash of the account’s code (EOAs use keccak256(0x)).
storageRoot
The Merkle Patricia trie root of the account's storage.
balance
The current balance of the account in wei (hex quantity).
nonce
The transaction count of the account (hex quantity).