Skip to main content
Version: 0.2.38

sdk.wallet.getbalance

Home > @blaze-cardano/sdk > Wallet > getBalance

Wallet.getBalance() method

Retrieves the total available balance of the wallet, encoded in CBOR.

Signature:

abstract getBalance(): Promise<Value>;

Returns:

Promise<Value>

{Promise} - The balance of the wallet.