Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_getBalance: [address, defaultBlock].Positional parameters for
eth_getBalance:params[0]: The address.params[1]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.
Returns
The balance of the account at the given block. Example:
“0x0234c8a3397aab58”.