kenobi9270Sushiswap's LPs concentration evolving : withdrew
    Updated 2022-04-04
    select sum(amount_usd) as amount_in,block_timestamp::date as swapdate from ethereum.dex_swaps where platform='sushiswap' and direction='OUT'
    group by swapdate
    Run a query to Download Data