HadisehNear Users and tx
    Updated 2022-09-15
    SELECT
    COUNT(DISTINCT TX_SIGNER) as user,
    COUNT(DISTINCT TX_HASH) as transactions
    FROM near.core.fact_transactions
    WHERE block_timestamp::date >= CURRENT_DATE - 360
    Run a query to Download Data