eth_getAccount
The block number (hex quantity) or a tag: “latest”, “pending”, “safe”, or “finalized”.
A 32-byte hash of the account’s code (EOAs use keccak256(0x)).
The current balance of the account in wei (hex quantity).
Retrieve account details (code hash, storage root, balance, nonce) for a given address at a specified block number or tag.
The transaction count of the account (hex quantity).