eth_getBalance
method to retrieve the native balance of a wallet:
eth_getBalance
method only returns the AVAX amount and it does so in Wei and in hexadecimal format. This is not particularly human-readable, adding to the challenge for developers who need to manually convert the balance to a more understandable format.
eth_getBalance
method only returns the balance of the wallet’s native token (such as AVAX on Avalanche) and cannot be used to retrieve ERC-20/721/1155 token balances.List ERC transfers
List internal transactions