binhachon5. Weekly Fees
    Updated 2021-11-20
    select date_trunc('week', block_timestamp) as blocktime, sum(amount_usd)*0.003 as fee_usd from ethereum.dex_swaps
    where platform = 'sushiswap'
    group by blocktime

    Run a query to Download Data