Ali3NDately Section Destination of AVAX Transfers Volume Over Time (Avalanche Chain Monitor)
    Updated 17 hours ago
    select date_trunc ({{Time_Interval}},block_timestamp) as date1,
    upper (label_type) as Section,
    sum (amount) as AVAX_Volume,
    sum (amount_usd) as USD_Volume,
    avg (amount) as Average_AVAX_Volume,
    avg (amount_usd) as Average_Volume
    from avalanche.core.ez_native_transfers t1 join avalanche.core.dim_labels t2 on t1.to_address = t2.address
    where block_timestamp >= '{{From_Date}}' and block_timestamp <= '{{To_Date}}'
    and from_address != address
    and label_type not in ('token','chadmin')
    group by 1,2
    order by 1 desc



    Last run: about 17 hours agoAuto-refreshes every 24 hours
    DATE1
    SECTION
    AVAX_VOLUME
    USD_VOLUME
    AVERAGE_AVAX_VOLUME
    AVERAGE_VOLUME
    1
    2025-05-19 00:00:00.000DAPP48178.4788254991079240.790995333.43984569777.055604098
    2
    2025-05-19 00:00:00.000NFT27781.763434386620910.97499658614.645104604327.312058512
    3
    2025-05-19 00:00:00.000DEX761872.87101652417062091.223317235.636506432798.07714221
    4
    2025-05-19 00:00:00.000DEFI3760416.8565436184068060.203610768.6395337511534.508719606
    5
    2025-05-19 00:00:00.000GAMES164.3142078563626.6205677413.35335118174.012664648
    6
    2025-05-19 00:00:00.000CEX4572090.2147493102146852.038778369.6410554418258.295095705
    7
    2025-05-19 00:00:00.000BRIDGE29617.101683881673156.7495163195.048082782114.736108661
    8
    2025-05-12 00:00:00.000BRIDGE166644.0148874934044115.8511468110.424372256252.978596969
    9
    2025-05-12 00:00:00.000DEX2810522.4121519568023750.783792335.467137945858.419681029
    10
    2025-05-12 00:00:00.000DEFI6332804.2155793152300210.49620250.2571599871208.655089329
    11
    2025-05-12 00:00:00.000DAPP224348.8055013985462940.190079027.023410622171.02151301
    12
    2025-05-12 00:00:00.000GAMES183.3361793984444.532.5821997162.599014085
    13
    2025-05-12 00:00:00.000CEX18998853.5830313460281507.081724352.8630731228548.744606102
    14
    2025-05-12 00:00:00.000NFT58272.4973930381411639.86636879.323599583225.862378619
    15
    2025-05-05 00:00:00.000BRIDGE109324.1536966182439373.975.105503839113.92023397
    16
    2025-05-05 00:00:00.000DAPP139231.0131287943070479.685.068106186111.76760629
    17
    2025-05-05 00:00:00.000DEFI8371163.24476567178162872.7995.1960885732026.051591953
    18
    2025-05-05 00:00:00.000GAMES259.9441499245520.511.28685222727.329257426
    19
    2025-05-05 00:00:00.000NFT52614.6690574091157963.516.714480482147.774822614
    20
    2025-05-05 00:00:00.000CEX16530677.9858616354707294.46467.62879733710034.152601414
    ...
    1501
    129KB
    20s