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

    Run a query to Download Data