Updated 8 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: 8 days ago
    PLATFORM
    AVG_SWAP_SPEED_SECONDS
    1
    cellana2.720687597
    2
    thala2.993820044
    3
    liquidswap3.090540822
    4
    pancake3.177333099
    5
    animeswap3.25710402
    6
    cetus3.262782253
    7
    hippo3.296100325
    8
    auxexchange3.346079403
    9
    sushi3.508315059
    10
    batswap3.833711207
    10
    241B
    1s