NuveveCryptoArchivedWETH Activity In DeFi Swaps
    Updated 2022-12-03
    select
    block_timestamp::date as date,
    count(tx_hash) as tx_count
    from ethereum.core.ez_dex_swaps
    where symbol_out = 'WETH'
    or symbol_in = 'WETH'
    group by date

    Run a query to Download Data