AryanSolana TPS
    Updated 2022-02-20
    Select date_trunc('second', block_timestamp::date) as date, count(distinct(tx_id)) as TPS From solana.transactions
    Where block_timestamp::date >='2022-02-01' AND succeeded = true Group by date
    Run a query to Download Data