Check the balance of an account or address on Mega testnet
balance
command checks the ETH balance of an account or address on the Mega testnet.
Argument | Description |
---|---|
address | Ethereum address to check (optional if using —account) |
Option | Description |
---|---|
--account <name> | Use an account from the keystore instead of an address |
-e, --ether | Show balance in ether instead of wei |
--account
flag. By default, the balance is shown in wei, but you can use the --ether
flag to display it in ether.