Requesting transaction data for an account (Outgoing)
const response = await fetch('https://xem.nownodes.io/account/transfers/outgoing', { method: 'GET', headers: {}, }); const data = await response.json();