sakineh5021-nIQRzBTrend Analysis 1
    Updated 2022-04-04
    SELECT cast(D.block_timestamp as date) as swap_date ,D.platform, count(DISTINCT D.from_address) as user_num
    from ethereum.dex_swaps D
    where swap_date >'2021-07-01'
    group by 1 ,2

    Run a query to Download Data