KaskoazulOlympusDAO - Treasury Top Assets
    Updated 2022-04-17
    select symbol,
    amount_usd
    from ethereum.erc20_balances
    where user_address = lower('0x9A315BdF513367C0377FB36545857d12e85813Ef') --V3
    and balance > 0
    and amount_usd > 0
    and balance_date = '2022-04-15'
    order by 2 DESC
    -- limit 10
    Run a query to Download Data