Updated 5 days ago
    SELECT
    PLATFORM,
    AVG(DATEDIFF(second, BLOCK_TIMESTAMP, INSERTED_TIMESTAMP))/pow(10,3) AS avg_swap_speed_seconds
    FROM
    aptos.defi.ez_dex_swaps
    WHERE
    BLOCK_TIMESTAMP >= DATEADD(day, -{{days}}, CURRENT_DATE)
    GROUP BY
    PLATFORM
    ORDER BY
    avg_swap_speed_seconds ASC
    Last run: 5 days ago
    PLATFORM
    AVG_SWAP_SPEED_SECONDS
    1
    hippo1.668153333
    2
    thala1.677714401
    3
    auxexchange1.682939651
    4
    pancake1.688520752
    5
    cetus1.689685712
    6
    animeswap1.689692997
    7
    liquidswap1.696521994
    8
    batswap1.698445833
    9
    sushi1.702228077
    10
    cellana1.710521921
    10
    242B
    1s