pouya_22Liquidswap-stats-most-swap-to-count
    Updated 2 days ago
    -- forked from Liquidswap-stats-most-swap-from-count @ https://flipsidecrypto.xyz/studio/queries/463bbf36-47a1-42c0-bce2-1d97db23a317

    select
    symbol_out as token,
    count(distinct tx_hash) as swaps
    from aptos.defi.ez_dex_swaps
    where platform = 'liquidswap'
    and block_timestamp >= dateadd(month, -{{month}}, current_date)
    group by token
    order by swaps desc
    limit 10


    Last run: about 18 hours agoAuto-refreshes every 24 hours
    TOKEN
    SWAPS
    1
    APT9186260
    2
    USDC5915075
    3
    USDT2651857
    4
    WETH1033228
    5
    stAPT942330
    6
    doodoo810480
    7
    amAPT470579
    8
    MOOMOO331975
    9
    THL230831
    10
    🧧226460
    10
    169B
    12s