sarathwhale swaps 2
    Updated 2022-05-05
    SELECT count(tx_hash) as swaps ,sum(amount_in_usd) as volume from ethereum_sushi.ez_swaps where platform='sushiswap' and amount_in_usd>150000
    LIMIT 1000
    Run a query to Download Data