MajorM111get avax price
    Updated 2024-12-18
    select
    t1.hour,
    t1.token_address,
    t1.symbol,
    t1.price
    from avalanche.price.ez_prices_hourly t1
    where t1.symbol = 'WAVAX'
    and t1.hour > '2020-09-01 00:00:00.000'
    order by t1.hour
    --limit 50
    QueryRunArchived: QueryRun has been archived