alitaslimiEthereum DEXs Swappers Blockchain Daily
    Updated 2024-01-30
    select
    block_timestamp::date as "Date",
    count(distinct origin_from_address) as "Values"
    from
    ethereum.defi.ez_dex_swaps
    where
    block_timestamp::date >= (current_date - 30)
    group by
    "Date"
    qualify
    "Date" < last_value("Date") over (order by "Date")
    order by
    "Date" desc
    Last run: about 1 year agoAuto-refreshes every 6 hours
    Date
    Values
    1
    2024-01-29 00:00:00.00059840
    2
    2024-01-28 00:00:00.00055942
    3
    2024-01-27 00:00:00.00054828
    4
    2024-01-26 00:00:00.00063000
    5
    2024-01-25 00:00:00.00060549
    6
    2024-01-24 00:00:00.00060393
    7
    2024-01-23 00:00:00.00061442
    8
    2024-01-22 00:00:00.00062361
    9
    2024-01-21 00:00:00.00060873
    10
    2024-01-20 00:00:00.00061217
    11
    2024-01-19 00:00:00.00074278
    12
    2024-01-18 00:00:00.00074633
    13
    2024-01-17 00:00:00.00087578
    14
    2024-01-16 00:00:00.00070806
    15
    2024-01-15 00:00:00.00074740
    16
    2024-01-14 00:00:00.00054475
    17
    2024-01-13 00:00:00.00069650
    18
    2024-01-12 00:00:00.00064119
    19
    2024-01-11 00:00:00.00065489
    20
    2024-01-10 00:00:00.00054961
    30
    1021B
    3s