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
    2024-10-01 00:00:00.000new50176362026.949409.844053575
    2
    2024-10-01 00:00:00.000old497293798261748850.53911940220.491547044
    3
    2024-10-02 00:00:00.000new30254364239.52311.280326321
    4
    2024-10-02 00:00:00.000old387239328208106846.86898731827.050707089
    5
    2024-10-03 00:00:00.000new421260503.278761321
    6
    2024-10-03 00:00:00.000old311233708186977009.05279527674.765509097
    7
    2024-10-04 00:00:00.000new45627260542.416520.892291109
    8
    2024-10-04 00:00:00.000old310158433140986221.71644621938.39755002
    9
    2024-10-05 00:00:00.000new19337168548.031134.510961073
    10
    2024-10-05 00:00:00.000old2456486753345705.48762678137.92222964
    11
    2024-10-06 00:00:00.000new195461737379.5611154.636489902
    12
    2024-10-06 00:00:00.000old2347813874458438.004175510649.810563434
    13
    2024-10-07 00:00:00.000new26251159427.79774.675720447
    14
    2024-10-07 00:00:00.000old360196118188417722.38283129274.337691914
    15
    2024-10-08 00:00:00.000new70470190942.02180.176219944
    16
    2024-10-08 00:00:00.000old360143382123832441.62192519126.289480463
    17
    2024-10-09 00:00:00.000new67455302268.216197.502852302
    18
    2024-10-09 00:00:00.000old366127477115383969.6074417681.596067103
    19
    2024-10-10 00:00:00.000new901456515883.225181.034206465
    20
    2024-10-10 00:00:00.000old37011869998484191.795385515410.948406531
    ...
    184
    13KB
    77s