octavionotpunktimeframe_token_2
    Updated 2024-03-05
    -- forked from timeframe_token @ https://flipsidecrypto.xyz/edit/queries/8524f42b-dd62-43fb-8192-c68d48a1f3c2


    with prices as (
    select
    *,
    'arbitrum' as chain
    from
    arbitrum.price.ez_hourly_token_prices
    union
    all
    select
    *,
    'optimism' as chain
    from
    optimism.price.ez_hourly_token_prices
    union
    all
    select
    *,
    'bnb' as chain
    from
    bsc.price.ez_hourly_token_prices
    union
    all
    select
    *,
    'base' as chain
    from
    base.price.ez_hourly_token_prices
    union
    all
    select
    *,
    'ethereum' as chain
    from
    QueryRunArchived: QueryRun has been archived