There are some scenarios in which accounts have between 10-40 subaccounts Is there a way to query the total balance of each subaccount (under an account), grouped by subaccount, in one call? In today's scenario, if we have X accounts with Y subaccounts each we need to perform X*Y calls in order to get the balance for each of them.
... View more