sarathactive users over the past year
    Updated 2022-03-13
    SELECT date(block_timestamp),platform,count(from_address) from ethereum.dex_swaps where date(block_timestamp)>'2021-01-01'
    and platform in ('uniswap-v3',
    'uniswap-v2',
    'sushiswap')
    GROUP by 2,1
    LIMIT 1000

    Run a query to Download Data