sdwfwefGetting Started
    Updated 2024-12-06
    select signers, count(tx_id) from solana.core.fact_transactions
    where timestampdiff(second, block_timestamp, current_timestamp()) <= 3600 * 5
    and
    group by signers
    order by count(tx_id) desc

    QueryRunArchived: QueryRun has been archived