hess15. Daily Per Chain
    Updated 8 days ago
    with trade as ( select block_timestamp,
    'Sei' as chain,
    tx_hash,
    trader,
    symbol,
    amount_usd
    from sei.vertex.ez_perp_trades
    where is_taker = 'true'
    UNION
    select block_timestamp,
    'Arbitrum' as chain,
    tx_hash,
    trader,
    symbol,
    amount_usd
    from arbitrum.vertex.ez_perp_trades
    where is_taker = 'true'
    UNION
    select block_timestamp,
    'Mantle' as chain,
    tx_hash,
    trader,
    symbol,
    amount_usd
    from mantle.vertex.ez_perp_trades
    where is_taker = 'true'
    UNION
    select block_timestamp,
    'Blitz' as chain,
    tx_hash,
    trader,
    symbol,
    amount_usd
    from blast.blitz.ez_perp_trades
    where is_taker = 'true'
    UNION
    Last run: 8 days ago
    DAY
    CHAIN
    VOLUME
    AVG_VOLUME
    MAX_VOLUME
    MIN_VOLUME
    MEDIAN_VOLUME
    TRADERS
    PREP_TRADES
    1
    2025-05-12 00:00:00.000Sei121328812.6741992863.149251326233123.6924.56308722085.52942376
    2
    2025-06-04 00:00:00.000Mantle871917.8214247861999.81151702949172.3558.150556.1983436
    3
    2025-05-17 00:00:00.000Sei69965017.65833822891.713893711126281.30424.5892065.46524195
    4
    2025-04-08 00:00:00.000Arbitrum48321375.48957491645.711310182266408.657612.2395526.231538758829362
    5
    2025-04-29 00:00:00.000Arbitrum33735974.9568851522.038121222195382.1124224842.1653008712.428922165
    6
    2025-05-22 00:00:00.000Sei114766562.2760332992.921354927197037.9188.32362218.91138346
    7
    2025-05-23 00:00:00.000Mantle4538636.759787713417.64816249192315.7431589.36463.80621328
    8
    2025-05-21 00:00:00.000Mantle7630611.956552645036.70756208196781.6088.624683.1931515
    9
    2025-05-05 00:00:00.000Arbitrum39339292.16931591637.908742165234588.7107421481.1356671.2458024018
    10
    2025-05-07 00:00:00.000Sei84883919.37751983543.326071862213205.2617.8982113.331623956
    11
    2025-06-02 00:00:00.000Mantle1496191.646043033034.87149298850695.9418.134555.7842493
    12
    2025-04-20 00:00:00.000Arbitrum17399595.45254731381.139502504175441.12075680.8151510.3630432097012598
    13
    2025-05-14 00:00:00.000Sei62298030.85771352788.257210657161662.6415.10452339.28822343
    14
    2025-05-01 00:00:00.000Mantle2810800.801902219185.623535628157396.0156.7661102.152306
    15
    2025-04-15 00:00:00.000Sei88615950.59662162405.950005338195476.7243.1475733151885.081836832
    16
    2025-04-12 00:00:00.000Arbitrum30090436.89705771665.399429769195062.54368723.024658.067923257118068
    17
    2025-05-11 00:00:00.000Arbitrum49571596.40887131446.290194278518336.3121.37724518.2210434275
    18
    2025-04-15 00:00:00.000Mantle1473241.218366728515.845192871153578.95844.75551590.573173
    19
    2025-04-07 00:00:00.000Sei209643517.6792132154.941847964173352.6083.47953986.2227161797285
    20
    2025-04-23 00:00:00.000Sei167788675.8586062529.795338991200217.7563.7090539711863.7966325
    ...
    200
    21KB
    6s