A successful response.
const response = await fetch('https://inj.nownodes.io/injective/oracle/v1beta1/provider_price_state/{provider}/{symbol}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "price_state": { "price": "text", "cumulative_price": "text", "timestamp": "text" } }