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

    Run a query to Download Data