permaryTOTAL transactions
    Updated 2024-10-28
    select
    count(*) as "Total txn count"
    from kaia.core.fact_transactions
    where block_timestamp >= current_date - interval '30 days';


    QueryRunArchived: QueryRun has been archived