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.
addressstringRequiredformat: "^0x[0-9a-fA-F]{40}$"

20-byte address to check for balance

blockIdentifierenum or stringRequired
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