strawbetty current whales
    Updated 2022-04-19
    select
    case
    when balance > 100000 then 'whale' else 'other users' end as user_type,
    count (distinct address )as user
    from algorand.account group by 1
    Run a query to Download Data