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

Can we get all information for TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8 USDC token like balance’s, transactions etc. from tron-rosetta node? #62

Open
UMANGAWASTHY opened this issue Aug 23, 2022 · 1 comment

Comments

@UMANGAWASTHY
Copy link

Hello Team,

I want to extract all information for TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8 USDC token like balance’s, transactions etc.
I had setup tron-rosetta node using docker, currently it is syncing.

Build docker image - sudo docker build --no-cache -t tron-roseta-server .
Run Docker Container - sudo docker run --name tron-rosetta-api -d -p 8080:8080 -v $PWD/data:/data -v $PWD/logs:/logs tron-rosetta-api:latest

Thanks
Umang

@zhang0125
Copy link
Contributor

Hello Umang,
The tron-rosetta node only provides balance and transaction inquiries for TRX tokens. If you want to extract all transactions of USDC token, we suggest to refer to this, https://developers.tron.network/reference/get-transaction-info-by-account-address.

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

2 participants