multiGetBalances
Fetch balances by their addresses and coin types.
Each result includes the total balance, the balance held in coin objects, and the balance held in the address's balance accumulator. Returns a list that is guaranteed to be the same length as keys. If an address has no balance of a given type, all three values are zero for that key.
multiGetBalances(
keys: [BalanceKey!]!
): [Balance!]!
Arguments
multiGetBalances.keys ● [BalanceKey!]! non-null input
Type
Balance object
The balance of a particular coin type held by an address.
Balances can be held in coin objects, in the address's balance accumulator, or both.