kenobi9270Sushiswap's LPs : deposited
    Updated 2022-04-04
    select sum(amount_usd) as amount_in,pool_name from ethereum.dex_swaps where platform='sushiswap' and direction='IN'
    group by pool_name
    Run a query to Download Data