e445c15e5bee
List total balances
Returns total balances by asset across all wallets in an enterprise.
Query parameters
Include balances for all subtokens (i.e. ERC20 Tokens, Stellar Tokens)
Filter by coin
Filter by deleted state
Filter by enterprise ID
Exclude tokens with zero balance. When allTokens is passed, then every token supported by BitGo will be included, regardless of balance.
Skip spendable balance calculations and only include confirmed balances. If absent, defaults to false.
Whether balances of linked custodial wallets should be included
Filter by wallet ID
If true and wallet ID(s) are provided, include all wallets in the same EVM keyring family (parent + all children)
Include stakingBalanceString and rewardBalanceString properties for each staking wallet.
Filter by label substring
Do not include pending withdrawals when determining total balances. By default, pending withdrawals will be considered.
True, if excluding transfer counts when calculating total balances. If absent, defaults to false.
Filter by wallet type
Response
OK
Example response
{
"balances": [
{
"coin": "btc"
}
]
}