feyikemi$KMNO Daily Txns
    Updated 2024-05-06
    SELECT
    --date_trunc('hour', hour) as date,
    median(price) as price,
    Min(Price) as ATL,
    Max(Price) as ATH
    FROM
    solana.price.ez_prices_hourly
    WHERE
    token_address = 'KMNo3nJsBXfcpJTVhZcXLW7RmTwTt4GVFE7suUBo9sS'
    --GROUP BY 1
    --ORDER BY 1 DESC


    QueryRunArchived: QueryRun has been archived