freemartianSwap To gALGO3 Amount & Count
    Updated 2022-04-30

    SELECT sum(swap_from_amount) as from_amount,
    count(swap_from_amount) as from_count,
    date_trunc('day', block_timestamp) as TIME
    FROM algorand.swaps
    WHERE pool_address = 'WNA4H7Y3UGEVNEVVFU2TUDLMOMLWSV72UF6SYYRBOQ7IGDW4ZIOKYWNIWU'
    AND swap_to_asset_id = '694432641'
    GROUP BY TIME
    Run a query to Download Data