Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [address, blockReference]Positional parameters for
eth_getAccount:params[0]: The address of the account (20-byte hex string).params[1]: Block reference: block number in hex, integer, or tag (“latest”, “pending”, “safe”, “finalized”).
Returns
Account information at the specified block.