Requesting the original account data for a delegate account (Public key)
const response = await fetch('https://xem.nownodes.io/account/get/forwarded/from-public-key', { method: 'GET', headers: {}, }); const data = await response.json();