TheLaughingMannew vs old traffic
    Updated 7 days ago
    -- forked from new users by instance @ https://flipsidecrypto.xyz/studio/queries/c8ac5c1a-c63d-4c2f-bb3c-8bf718b0822c

    -- forked from new users @ https://flipsidecrypto.xyz/studio/queries/1a856392-7af8-4ad9-96ee-909b0154fe62

    with merge_all_time as (
    ---arbitrum
    SELECT * EXCLUDE version, 'arbitrum' as label from arbitrum.vertex.ez_perp_trades
    WHERE 1=1
    --AND block_timestamp::date BETWEEN '{{start_date}}' AND '{{end_date}}'
    AND trader != '0x0000000000000000000000000000000000000000'
    AND subaccount!='0x0000000000000000000000000000000000000000000000000000000000000001'
    UNION ALL
    ---base
    SELECT *, 'base' as label from base.vertex.ez_perp_trades
    WHERE 1=1
    --AND block_timestamp::date BETWEEN '{{start_date}}' AND '{{end_date}}'
    AND trader != '0x0000000000000000000000000000000000000000'
    AND subaccount!='0x0000000000000000000000000000000000000000000000000000000000000001'

    UNION ALL
    ---blitz
    SELECT * , 'blitz' as label from blast.blitz.ez_perp_trades
    WHERE 1=1
    --AND block_timestamp::date BETWEEN '{{start_date}}' AND '{{end_date}}'
    AND trader != '0x0000000000000000000000000000000000000000'
    AND subaccount!='0x0000000000000000000000000000000000000000000000000000000000000001'

    UNION ALL
    ---mantle
    SELECT * , 'mantle' as label from mantle.vertex.ez_perp_trades
    WHERE 1=1
    --AND block_timestamp::date BETWEEN '{{start_date}}' AND '{{end_date}}'
    AND trader != '0x0000000000000000000000000000000000000000'
    AND subaccount!='0x0000000000000000000000000000000000000000000000000000000000000001'

    Last run: 7 days ago
    DDATE
    LABEL
    UNIQUE_TRADERS
    TOTAL_ORDERS
    TOTAL_VOLUME
    TOTAL_FEES
    1
    2025-01-01 00:00:00.000new5102722.142.188073134
    2
    2025-01-01 00:00:00.000old2117529881565409.260580310931.604626171
    3
    2025-01-02 00:00:00.000new103607.204127623
    4
    2025-01-02 00:00:00.000old267127982135397321.44353618021.401631271
    5
    2025-01-03 00:00:00.000new2554192909.883111.134082951
    6
    2025-01-03 00:00:00.000old2639640595938579.989961712709.060190589
    7
    2025-01-04 00:00:00.000new256630246.509944819.349865359
    8
    2025-01-04 00:00:00.000old2357079472911755.80400719756.868583469
    9
    2025-01-05 00:00:00.000new124253853.4414.23844635
    10
    2025-01-05 00:00:00.000old2037010770641657.20553999328.046194294
    11
    2025-01-06 00:00:00.000new1537136763.52629.769235892
    12
    2025-01-06 00:00:00.000old261140898160267799.74083720995.140673037
    13
    2025-01-07 00:00:00.000new1943198715.75061494829.54152532
    14
    2025-01-07 00:00:00.000old294200497280505056.50191736621.165321997
    15
    2025-01-08 00:00:00.000new29119135536.974152.137902366
    16
    2025-01-08 00:00:00.000old293199450259163753.25027832799.848606392
    17
    2025-01-09 00:00:00.000new32163225261.26101.339910499
    18
    2025-01-09 00:00:00.000old247171303246835152.02376832329.837005129
    19
    2025-01-10 00:00:00.000new2511858565.9412157.732812134
    20
    2025-01-10 00:00:00.000old222148601221734550.84614728801.358403806
    ...
    180
    13KB
    75s