Pine AnalyticsAERO Daily Swaps
    Updated 2025-04-11
    select
    date_trunc('week', block_timestamp) as Date,
    count(distinct tx_hash) as Swap,
    count(distinct origin_from_address) as Swappers,
    sum(case when amount_in_usd is null then amount_out_usd else amount_in_usd end) as Swap_volume_USD
    from base.defi.ez_dex_swaps
    where platform ILIKE 'aerodrome'
    group by 1
    Last run: 15 days ago
    DATE
    SWAP
    SWAPPERS
    SWAP_VOLUME_USD
    1
    2024-09-30 00:00:00.00086681972168195696088.79
    2
    2024-07-22 00:00:00.00036471935218125239722.3
    3
    2023-10-09 00:00:00.0003066388167707231.21
    4
    2025-02-17 00:00:00.00083952364542168114375.74
    5
    2024-03-25 00:00:00.00025456164685430305173.19
    6
    2025-03-31 00:00:00.00090721442976144653754.19
    7
    2024-01-15 00:00:00.000317071152715516058.78
    8
    2024-02-05 00:00:00.000494531522739733815.92
    9
    2024-11-25 00:00:00.00058421466608472100202.41
    10
    2023-10-30 00:00:00.0002331174428742178.83
    11
    2025-01-27 00:00:00.00088846280623874969764.93
    12
    2024-12-23 00:00:00.00073639076760328230293.2
    13
    2024-04-22 00:00:00.00031342156694263899877.12
    14
    2024-02-26 00:00:00.0008984122844177832180.34
    15
    2025-02-10 00:00:00.00075594848269200249944
    16
    2025-03-03 00:00:00.00086942650886210389542.54
    17
    2024-10-14 00:00:00.00082079541429198222187.89
    18
    2024-10-28 00:00:00.00081597557773239153516
    19
    2025-01-06 00:00:00.00065217578881422429323.93
    20
    2024-10-07 00:00:00.00088198777143191683726.38
    85
    4KB
    38s