rajsUntitled Query
    Updated 2022-11-14
    SELECT
    *
    from osmosis.core.dim_prices
    where price > 0.99
    and price < 1.01
    order by recorded_at desc
    limit 100
    Run a query to Download Data