select 'ETH' as lbl ,avg(price),hour from flipside_prod_db.ethereum_core.fact_hourly_token_prices where token_address is null
group by hour
union
select 'STETH' as lbl ,avg(price),hour from flipside_prod_db.ethereum_core.fact_hourly_token_prices
where token_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
group by hour