Getting balances of liquidity pools
For the LPs of liquidity pools (Bancor, Balancer, Uniswap) balances are not available by default in getBalances()
function. Balances for these protocols must be fetched by calling getAdapterBalance()
function with a list of pools passed as a function parameter. If you call
you will obtain Balancer balances for given pools. The response from the smart-contract will contain information about each of the pools
Last updated