KeyrockTransactions in the Last Month
    Updated 2024-10-25
    SELECT COUNT(DISTINCT tx_hash) as tot_transaction
    FROM aptos.core.fact_transactions
    WHERE block_timestamp >= CURRENT_TIMESTAMP() - INTERVAL '1 MONTH'



    QueryRunArchived: QueryRun has been archived