boomer77oracle
    Updated 2021-11-10
    select avg(price_usd), date_trunc('day', block_timestamp) as dt
    from terra.oracle_prices
    where symbol = 'LUNA'
    group by 2
    Run a query to Download Data