Skip to content

[Bug] getAccountResources not return tether USDT value #591

Open
@nphattai

Description

@nphattai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions