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

How to identify fake token transactions while calling SUI JSON RPC API #20669

Closed
nishit9457 opened this issue Dec 18, 2024 · 2 comments
Closed
Assignees

Comments

@nishit9457
Copy link

For Example there is a address 0xb4f42571101827758f55a9b998a1251892402fbd4dce90da3373625298091627 which has a transaction BvKnmGHWvfQvRSfrfU1QzyVfJ9Zq48qYbNuTH7DtpA2i of amount 25526358000 MIST as fake token because it is not included in the balance of this address so while calling json RPC API, how to identify such transactions.

@VLegakis
Copy link
Contributor

@nishit9457 for the moment SUI's RPC API doesn't have any specific call to identify fake tokens. These are marked as such on the respective SUI explorers though. Let me know if that helps or you need anything more regarding that.

@VLegakis VLegakis self-assigned this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@VLegakis @nishit9457 and others