eth_getBalance

Returns the balance of given account address in wei.

Request

This endpoint expects an object.
addressstringRequiredformat: "^0x[a-fA-F0-9]{40}$"
Address whose native token balance should be returned.
blockanyRequired
Block number or tag used for the balance lookup.

Response

Native token balance encoded as a hexadecimal quantity in wei.