A successful response.
const response = await fetch('https://inj.nownodes.io/injective/oracle/v1beta1/pyth_price_states', { method: 'GET', headers: {}, }); const data = await response.json();
{ "price_states": [ { "price_id": "text", "ema_price": "text", "ema_conf": "text", "conf": "text", "publish_time": "text", "price_state": { "price": "text", "cumulative_price": "text", "timestamp": "text" } } ] }