klay_getBalance
Returns the balance of the account of given address.
Parameters
Name
Type
Description
address
20-byte DATA
Address to check for balance.
block number or hash
QUANTITY | TAG | HASH
Integer or hexadecimal block number, or the string "earliest"
, "latest"
or "pending"
, or block hash.
Return Value
Type
Description
QUANTITY
Integer of the current balance in peb.
Example
Last updated