developer_viola2023-12-12 04:57 PM
    Updated 2024-01-18
    SELECT count(distinct TX_ID) as tx_2023
    from osmosis.core.fact_transactions
    where block_timestamp between '2023-01-01' and '2023-12-31'

    QueryRunArchived: QueryRun has been archived