Updated 2025-01-21
    WITH data AS (
    SELECT
    'Arbitrum' AS chain,
    block_timestamp,
    symbol,
    tx_hash,
    trader,
    amount_usd,
    fee_amount,
    trade_type
    FROM arbitrum.vertex.ez_perp_trades
    WHERE is_taker = 'true'

    UNION

    SELECT
    'Blitz' AS chain,
    block_timestamp,
    symbol,
    tx_hash,
    trader,
    amount_usd,
    fee_amount,
    trade_type
    FROM blast.blitz.ez_perp_trades
    WHERE is_taker = 'true'

    UNION

    SELECT
    'Base' AS chain,
    block_timestamp,
    symbol,
    tx_hash,
    trader,
    amount_usd,
    Last run: 3 months ago
    TRADE_TYPE
    TOTAL_PERP_VOLUME
    1
    short4307911.2423539
    2
    long4252590.36223287
    2
    53B
    5s