sarathrune flow 1
    Updated 2022-05-02
    SELECT date(block_timestamp) as date,sum(rune_amount_usd) as volume from thorchain.transfers where asset = 'THOR.RUNE'
    GROUP by 1
    LIMIT 1000

    Run a query to Download Data