mattkstewVolume1
    Updated 2023-02-14
    select
    date_trunc('week', block_timestamp),
    sum(volume_usd) as volume


    from osmosis.core.fact_pool_hour
    where pool_id = 1
    group by 1




    Run a query to Download Data