Maximum chain height in the active neighborhood
const response = await fetch('https://xem.nownodes.io/node/active-peers/max-chain-height', { method: 'GET', headers: {}, }); const data = await response.json();