BlazeARB price
Updated 2024-04-21
9
1
2
3
4
5
6
7
8
›
⌄
select cast(t.hour as date) as dt, avg(price) as avg_price
from
arbitrum.price.ez_hourly_token_prices t
where symbol = 'ARB' and hour BETWEEN '2023-09-15 00:00:00.000' and '2024-01-15 00:00:00.000'
group by cast(t.hour as date)
order by cast(t.hour as date) asc;
QueryRunArchived: QueryRun has been archived