bitmitvolume swapped per day
    Updated 2022-05-02
    select sum(swap_from_amount) as amount,date(block_timestamp) as swapdate,swap_program from algorand.swaps where swap_from_asset_id = 0 and swap_to_asset_id = 441139422
    and swapdate >= '2022-03-30' and swap_program in ('tinyman','pactfi','algofi')
    group by swapdate,swap_program
    Run a query to Download Data