Return the node's peer id
const response = await fetch('https://xtz.nownodes.io/network/self', { method: 'GET', headers: {}, }); const data = await response.json();
text