rajsBlur Token Price Dex
    Updated 2023-03-13
    SELECT
    amount_in_usd/amount_out_usd,
    *
    from ethereum.core.ez_dex_swaps
    where pool_name ilike '%blur%'
    -- and block_timestamp = '2023-02-15 09:00:00.000'
    and block_number = '16633138'
    order by block_timestamp
    -- limit 3
    Run a query to Download Data