barbodDaily Transactions per Swap Program - Solana in 2022
    Updated 2022-09-23
    select count(distinct TX_ID), SWAP_PROGRAM , date_trunc('day', block_timestamp) as days from solana.core.fact_swaps
    where days > '2022-01-01'
    group by SWAP_PROGRAM,days
    Run a query to Download Data