cheeyoung-kekTotal fees on transaction
    Updated 2022-07-07
    SELECT
    --date_trunc('day',block_timestamp) as date,
    --DISTINCT sender as DISTINCT_wallets,
    ROUND(SUM(fee),2) AS total_fees_since2022
    FROM flipside_prod_db.algorand.transactions
    where BLOCK_TIMESTAMP >='2022-01-01'

    Run a query to Download Data