• Get the total balance and all assets stored in a Safe

    Parameters

    • chainId: string
    • address: string
    • currency: string = 'usd'
    • query: {
          exclude_spam?: boolean;
          trusted?: boolean;
      } = {}
      • Optionalexclude_spam?: boolean

        If True spam tokens will not be returned

      • Optionaltrusted?: boolean

        If True just trusted tokens will be returned

    Returns Promise<SafeBalanceResponse>