Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] getAccountResources not return tether USDT value #591

Open
nphattai opened this issue Nov 23, 2024 · 0 comments
Open

[Bug] getAccountResources not return tether USDT value #591

nphattai opened this issue Nov 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nphattai
Copy link

🐛 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.

@nphattai nphattai added the bug Something isn't working label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant