mo115Wallets With Balances over 1'000'000 ALGO
    Updated 2022-04-14
    SELECT ADDRESS,BALANCE
    from algorand.account
    WHERE WALLET_TYPE != 'lsig'
    and WALLET_TYPE != 'msig'
    and BALANCE >= 1000000
    order by BALANCE DESC
    Run a query to Download Data