feyikemiFlow total volume traded
    Updated 2024-09-03
    SELECT
    SUM(amount) total_amount

    FROM flow.core.ez_token_transfers

    WHERE block_timestamp::date >= '2024-01-01'
    AND amount IS NOT NULL

    QueryRunArchived: QueryRun has been archived