angel09-SK3z3aDaily Transactions per Swap Program (Ethereum) in last 3 months
    Updated 2022-09-19
    select count(distinct TX_HASH) , PLATFORM , date_trunc('day', block_timestamp) as days from ethereum.core.ez_dex_swaps
    where days > current_date - interval '3 month'
    group by PLATFORM,days
    Run a query to Download Data