sakshamUntitled Query
    Updated 2022-10-24
    select date_trunc('month', BLOCK_TIMESTAMP), count( BLOCKCHAIN)
    from osmosis.core.fact_transfers
    group by 1
    order by 1
    Run a query to Download Data