sunshine-juliaactive O users
    Updated 2023-01-01
    SELECT count(distinct tx_from) as count_active_users
    from osmosis.core.fact_transactions
    where TX_STATUS = 'SUCCEEDED'
    Run a query to Download Data