Updated 2022-04-13
    SELECT symbol , sum(balance)
    from ethereum.erc20_balances
    where balance_date = '2022-04-13'
    and symbol like 'km%'
    group by 1



    Run a query to Download Data