feyikemiFlow - Total Transaction
    Updated 2024-09-03
    SELECT
    COUNT(DISTINCT tx_id) AS no_of_transaction

    FROM flow.core.ez_token_transfers

    WHERE block_timestamp::date >= '2024-01-01'
    AND amount IS NOT NULL
    QueryRunArchived: QueryRun has been archived