ben-wyattaggregate-all
    Updated 2025-02-07
    with all_chains as (
    select *, 'arbitrum' as chain
    from $query('b2ca9bcc-0363-4397-b56a-9b6a9bb50cd2')
    union all
    select *, 'avalanche' as chain
    from $query('0a36f04d-89f6-4f0a-95ef-4d1d6092d64b')
    union all
    select *, 'base' as chain
    from $query('fe92bf46-7561-46a7-ae0c-c076e6295742')
    union all
    select *, 'bsc' as chain
    from $query('a13e879e-8161-4e11-9cce-527336633d22')
    union all
    -- select *, 'cosmos' as chain
    -- from
    -- union all
    select *, 'ethereum' as chain
    from $query('6ed3c699-c3a5-46f9-ab50-53181a3e1e66')
    union all
    -- select *, 'near' as chain
    -- from
    -- union all
    select *, 'polygon' as chain
    from $query('50b7989d-771d-414f-bd5e-ad4bfb88bd8d')
    -- union all
    -- select *, 'solana' as chain
    -- from


    )
    select *
    from all_chains
    where tx_vol_usd >1e6;


    Last run: 3 months ago
    ROUNDED_MONTH
    UNIQUE_USERS
    TX_VOL_USD
    TX_COUNT
    TRANSACTION_SIZE
    CHAIN
    1
    2022-01-01 00:00:00.000410040830046955.278468772Largepolygon
    2
    2022-01-01 00:00:00.0001913573172387618121.41982577391Smallpolygon
    3
    2022-02-01 00:00:00.000385347541266791.196154515Largepolygon
    4
    2022-02-01 00:00:00.000137043421797973266.347849762356Smallpolygon
    5
    2022-03-01 00:00:00.000397033668922583.585549880Largepolygon
    6
    2022-03-01 00:00:00.000175970323145250885.452442215978Smallpolygon
    7
    2022-04-01 00:00:00.000401530877128297.455659769Largepolygon
    8
    2022-04-01 00:00:00.000197037026752072598.892664172644Smallpolygon
    9
    2022-05-01 00:00:00.0004870348024676800.676216199Largepolygon
    10
    2022-05-01 00:00:00.000176247037083583333.499663416825Smallpolygon
    11
    2022-06-01 00:00:00.0003324195538580855.464132701Largepolygon
    12
    2022-06-01 00:00:00.000207493128754517524.132662438064Smallpolygon
    13
    2022-07-01 00:00:00.000248127186309119.937471193Largepolygon
    14
    2022-07-01 00:00:00.000191666124677587933.109156235482Smallpolygon
    15
    2022-08-01 00:00:00.00039714932342777070.69206244Largepolygon
    16
    2022-08-01 00:00:00.000191237426294156467.7253611350Smallpolygon
    17
    2022-09-01 00:00:00.00037876411238271925.19206047Largepolygon
    18
    2022-09-01 00:00:00.000186543224243236823.219353336284Smallpolygon
    19
    2022-10-01 00:00:00.00035092614104195174.3994120Largepolygon
    20
    2022-10-01 00:00:00.000310018217428402511.206860101877Smallpolygon
    ...
    396
    30KB
    2s