.accountEnables fetching account details, ensuring that users can easily retrieve personal or organizational account information. Suggest Edits getAccountInformation(): Retrieves detailed information about the user's account. Node const {body: account} = await api.account.getAccountInformation() console.log(account) Updated 7 months ago Table of Contents getAccountInformation():