Skip to main content

Setup

Import the SDK and create a wallet:

Check Balance for a Single Asset

Use wallet.getBalance() to retrieve all asset balances, then find the one you need by assetId:

Check Balances for All Assets

wallet.getBalance() returns every asset your wallet holds in a single call:
Each entry in the assets array:

Next Steps

Issue Assets

Create new assets

Verify Metadata

Read asset name, ticker, and decimals