rezarwzTotal ETH Volume & Cumulative Trend
    Updated 6 days ago
    -- forked from Total Wallets & Cumulative Trend @ https://flipsidecrypto.xyz/edit/queries/b1c4eccf-42a1-4930-89e1-55ad08c26107
    SELECT
    date_trunc('{{interval}}', block_Timestamp) as date,
    sum(Value) as "ETH Volume",
    sum("ETH Volume") over(
    order by
    date asc
    ) as "Total ETH Volume"
    FROM
    blast.core.fact_transactions
    where block_Timestamp::date is not null
    group by
    1
    Last run: 6 days agoAuto-refreshes every 24 hours
    DATE
    ETH Volume
    Total ETH Volume
    1
    2024-04-01 00:00:00.0001535417.157215695194973.41162657
    2
    2024-08-01 00:00:00.000353045.4339911338894259.61193231
    3
    2024-11-01 00:00:00.000170519.3596640979477895.98665302
    4
    2024-09-01 00:00:00.000212689.0000132219106948.61194553
    5
    2025-04-01 00:00:00.0002482.888156049975929.35628848
    6
    2024-05-01 00:00:00.0001525141.584145026720114.99577158
    7
    2025-01-01 00:00:00.000136315.2687095849805147.27790442
    8
    2025-02-01 00:00:00.00090365.1317254329895512.40962985
    9
    2024-02-01 00:00:00.000181567.073988854181567.073988854
    10
    2025-03-01 00:00:00.00077934.0585025899973446.46813244
    11
    2024-03-01 00:00:00.0003477989.180422023659556.25441087
    12
    2024-06-01 00:00:00.0001236041.706569947956156.70234152
    13
    2024-07-01 00:00:00.000585057.4755996558541214.17794118
    14
    2024-10-01 00:00:00.000200428.0150433929307376.62698893
    15
    2024-12-01 00:00:00.000190936.0225418119668832.00919483
    15
    926B
    32s