sakineh5021-nIQRzBUntitled Query
    Updated 2022-04-12
    SELECT pool_name , amount_usd , tx_id
    from ethereum.dex_swaps
    where block_timestamp::date = '2022-03-16'
    and platform = 'uniswap-v2'
    and amount_usd is not null
    order by amount_usd DESC
    limit 10
    Run a query to Download Data