A successful response.
const response = await fetch('https://inj.nownodes.io/injective/oracle/v1beta1/price', { method: 'GET', headers: {}, }); const data = await response.json();
{ "price_pair_state": { "pair_price": "text", "base_price": "text", "quote_price": "text", "base_cumulative_price": "text", "quote_cumulative_price": "text", "base_timestamp": "text", "quote_timestamp": "text" } }