mucryptoTop 5 tokens by the current USD value
    Updated 2023-05-29
    select *
    from ethereum.core.ez_current_balances
    where user_address = '0x78605df79524164911c144801f41e9811b7db73d' -- BitDAO: Treasury
    and has_price = 'true'
    order by usd_value_now desc
    limit 5
    Run a query to Download Data