HosseinUntitled Query
    Updated 2022-10-25
    select address, balance / pow (10, 6) as balance
    from osmosis.core.fact_daily_balances
    where currency = 'uosmo'
    and date = '2022-01-01'
    order by balance desc
    limit 100
    Run a query to Download Data