Basic node information
const response = await fetch('https://xem.nownodes.io/node/info', { method: 'GET', headers: {}, }); const data = await response.json();