getBalances

suspend fun getBalances(assets: List<Asset>, address: String): List<Result<Balance>>

Get balances for multiple assets for a given address.

Return

List of Balance results, one for each asset in the same order

Parameters

assets

List of assets to query balances for

address

The wallet address