post https://api.blockvision.org/v1/
Returns the balance of the account of a given address.
Parameters
Params
- a string array containing (required):
DATA(hex string, required)
, 20 Bytes - address to check for balance.QUANTITY|TAG(hex string|string, required)
- integer block number in hex string format, or the string"latest"
,"earliest"
or"pending"
, see the default block parameter.
Returns
QUANTITY(hex string)
- integer of the current balance in wei.