diff --git a/website/_i18n/en/user-guides/use-wallet-cli/index.md b/website/_i18n/en/user-guides/use-wallet-cli/index.md index e99fa4889..9aea3b092 100644 --- a/website/_i18n/en/user-guides/use-wallet-cli/index.md +++ b/website/_i18n/en/user-guides/use-wallet-cli/index.md @@ -306,6 +306,40 @@ Replace `
` with the address for which you want to retrieve its private Keep your private key secure. If someone gains access to your private key, they will have full control over that address. +### Get Address Balance + +You can get the balance of your address by this command: + +{% tabs address_bal ltr %} + +{% tab address_bal linux Linux %} + +```text +./pactus-wallet --path ~/pactus/wallets/default_wallet address balance +``` + +{% endtab %} + +{% tab address_bal mac macOS %} + +```text +./pactus-wallet --path ~/pactus/wallets/default_wallet address balance +``` + +{% endtab %} + +{% tab address_bal windows Windows %} + +```text +pactus-wallet.exe c:\pactus\wallets\default_wallet address balance +``` + +{% endtab %} + +{% endtabs %} + +Replace `` with the address for which you want to retrieve your balance. + --- ## Transaction Commands