KeyrockTotal wallets
    Updated 2024-10-25
    SELECT count(DISTINCT sender) as tot_wallet
    FROM aptos.core.fact_transactions
    where success = TRUE


    QueryRunArchived: QueryRun has been archived