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