rezaramshiniTransactions by Protocol 3
    Updated 2022-07-14
    SELECT date_trunc('week', BLOCK_HOUR) as week, avg(PRICE_USD)
    from flipside_prod_db.algorand.prices_swap

    where ASSET_ID = 0
    GROUP by 1 order by 1
    Run a query to Download Data