Retrieving the unlock info
const response = await fetch('https://xem.nownodes.io/account/unlocked/info', { method: 'POST', headers: {}, }); const data = await response.json();