masumehTop 10 Uniswaps Swap
    Updated 2022-10-14
    select count(*) ,
    concat(TOKEN0_SYMBOL,' -> ',TOKEN1_SYMBOL) as pairs
    from ethereum.uniswapv3.ez_swaps
    where BLOCK_TIMESTAMP::date >= '2022-01-01'
    group by 2
    order by 1 desc
    limit 10
    Run a query to Download Data