mucryptoQuery top 5 tokens
    Updated 2023-05-29
    select *
    from ethereum.core.ez_current_balances
    where user_address = '0x78605df79524164911c144801f41e9811b7db73d' -- BitDAO treasury
    and has_price = 'true'
    order by current_bal desc
    limit 5
    Run a query to Download Data