KaskoazulTotal swaps
    Updated 2022-03-22
    select count(swap_to_asset_id) as total_swaps
    from algorand.swaps
    where block_timestamp >= '2022-01-01'
    and swap_from_amount > 0

    Run a query to Download Data