eth_getBalance
eth_getBalance
Returns the balance of the account of the given address. The value is returned in wei as a hexadecimal string.
⚡ Compute Units: [20 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)
Request
This endpoint expects an object.
address
20-byte address to check for balance
blockIdentifier
Block number, block hash, or one of "latest", "earliest", "pending", "finalized", "safe"
Response
The balance of the account in wei, encoded as a hexadecimal string