SocioAnalyticatotal active users
    Updated 2024-02-01

    SELECT
    count( DISTINCT from_address) as "Active Users",
    count(DISTINCT tx_hash) as "Number of Txns"
    FROM polygon.core.fact_transactions
    WHERE block_timestamp::date BETWEEN '2023-01-01' AND '2023-12-31'
    AND STATUS = 'SUCCESS'



    Last run: about 1 year ago
    Active Users
    Number of Txns
    1
    326257751068814885
    1
    23B
    524s