.accountEnables fetching account details, ensuring that users can easily retrieve personal or organizational account information.getAccountInformation(): Retrieves detailed information about the user's account. Node const {body: account} = await api.account.getAccountInformation() console.log(account)Updated 4 months ago Northstake SDK.linkedWalletsAsk AI