Datafi2024-01-08 04:24 PM
    Updated 2024-01-08
    select
    *
    from near.atlas.ez_supply
    where utc_date between '2023-01-01' and '2023-12-31'
    -- from
    -- (select
    -- date,
    -- sum(balance) as total_balance
    -- from near.gov.fact_staking_pool_daily_balances
    -- group by 1
    -- ) t1


    QueryRunArchived: QueryRun has been archived