Open
Description
🐛 Bug Description
Try to use getAccountResources
to get all token balance of my account. Receive list of token balance not including ether USDT.
How to reproduce
Code snippet to reproduce
const config = new AptosConfig({ network: Network.MAINNET });
const aptos = new Aptos(config);
const resources = await aptos.getAccountResources({ accountAddress: account.accountAddress });
console.log(JSON.stringify(resources));
Stack trace / error message
// Paste the output here
Expected Behavior
Should include ether usdt in response of getAccountResources
System information
System details:
- Typescript SDK Version: 5.1.3
- Platform (e.g. Node, browser, etc.): NodeJS v20.15.0
Additional context
Add any other context about the problem here.