dannyamahArbitrum Total Number of Transactions
    Updated 2024-03-13
    SELECT
    COUNT(DISTINCT tx_hash) AS total_no_of_tx
    FROM arbitrum.defi.ez_dex_swaps
    WHERE amount_in_usd IS NOT NULL
    AND date(block_timestamp) >= '2023-02-22'

    QueryRunArchived: QueryRun has been archived