You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know, how can I get the balance of trx20 tokens of an address and get the list of transactions of a certain address, which bothered me for 2 months, I'm sorry I didn't find them from the source code and documentation
The text was updated successfully, but these errors were encountered:
Hi! You can use
the balanceOf and decimals contract functions to get balance of an account in any contract
As for the transactions, I think you need an indexer or to track transactions in live mode, they are not provided by full node directly. But if you have a block range you can scan it for transactions to your address
I want to know, how can I get the balance of trx20 tokens of an address and get the list of transactions of a certain address, which bothered me for 2 months, I'm sorry I didn't find them from the source code and documentation
The text was updated successfully, but these errors were encountered: