esi69total amount in cryto.com by native wallets over time.daily
    Updated 2022-06-20
    select BLOCK_TIMESTAMP::date date, sum(RUNE_AMOUNT) as amount_in
    from flipside_prod_db.thorchain.transfers

    where TO_ADDRESS = 'thor1ty6h2ll07fqfzumphp6kq3hm4ps28xlm2l6kd6'
    group by 1
    Run a query to Download Data