AlishUsdc swap volume on algorand
    Updated 2022-04-07
    SELECT
    sum (swap_from_amount) as usdc_vol
    FROM algorand.swaps
    WHERE swap_from_asset_id='31566704'
    and to_date(block_timestamp) BETWEEN '2022-03-01' and '2022-03-31'
    Run a query to Download Data