A successful response.
const response = await fetch('https://inj.nownodes.io/chainlink/ocr/v1beta1/latest_round/{feed_id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "latest_round_id": "text", "data": { "answer": "text", "observations_timestamp": "text", "transmission_timestamp": "text" } }