SDK
App SDK
Reference
balance

Get wallet asset balance

Balance

const balance = await coffer.getBalance();

Return type

interface Assets {
  asset: string;              
  assetType: string;         
  balances: number;          
  price: number;             
  name: string;              
  logo: string;              
  value: string;             
  networkType: string;       
  unconfirmedBalances?: string;
}