alitaslimiSwaps Tokens Overview
    Updated 10 days ago
    with
    swaps as (
    select
    block_timestamp,
    tx_hash,
    origin_from_address as swapper,
    event_index,
    case platform
    when 'balancer' then 'Balancer'
    when 'curve' then 'Curve'
    when 'fraxswap' then 'Fraxswap'
    when 'gmx' then 'GMX'
    when 'hashflow' then 'Hashflow'
    when 'kyberswap-v1' then 'KyberSwap'
    when 'kyberswap-v2' then 'KyberSwap'
    when 'pangolin' then 'Pangolin'
    when 'platypus' then 'Platypus'
    when 'sushiswap' then 'Sushiswap'
    when 'trader-joe-v1' then 'Trader Joe'
    when 'trader-joe-v2' then 'Trader Joe'
    when 'uniswap-v3' then 'Uniswap'
    when 'woofi' then 'WOOFi'
    else platform
    end as dex,
    pool_name,
    token_in,
    token_out,
    symbol_in,
    symbol_out,
    amount_in,
    amount_out,
    amount_in_usd,
    amount_out_usd,
    (amount_in_usd + amount_out_usd) / 2 as amount_usd
    from
    avalanche.defi.ez_dex_swaps
    Last run: 10 days agoAuto-refreshes every 6 hours
    Symbol
    Pools
    Swaps
    Swappers
    Volume
    1
    WAVAX49826202092452881399675647
    2
    USDC18013038011620501094000912
    3
    BTC.b3728743712897291980056
    4
    USDt8121635039628276561858
    5
    KET174813086946249814803
    6
    WETH.e3720367413658115089023
    7
    AUSD12772791044091114234
    8
    EUROC739707238237142265
    9
    sAVAX3039105337823743260
    10
    LAMBO960379457721321972
    11
    deUSD35063118019547272
    12
    avUSD1720067238218687902
    13
    ARENA21886631405215149754
    14
    MXNB31713511179853276
    15
    WBTC.e211371722549641508
    16
    USDT.e564767974699608840
    17
    savUSD317465349343799
    18
    ggAVAX10987514138107135
    19
    USDC.e725978173898021669
    20
    PHAR133441130517968581
    ...
    349
    8KB
    18s