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't fetch TRC20 & TRC721 transfers of a particular address #1593

Open
HarshilMendpara opened this issue Feb 8, 2023 · 3 comments
Open

Comments

@HarshilMendpara
Copy link

I want to get TRC20 & TRC721 transfers of a particular address but I am getting only TRX & TRC10 transfers from below mentioned endpoint.

https://apilist.tronscan.org/api/transfer?sort=-timestamp&count=true&limit=50&token=_&start=20&address=TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9

@HarshilMendpara
Copy link
Author

https://apilist.tronscanapi.com/api/token_trc20/transfers?limit=20&start=0&sort=-timestamp&count=true&relatedAddress=TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9

There are more than 400 TRC20 transfers associated with given address but only 13 of them can be fetched using this api

@HannaAkerman1
Copy link

https://apilist.tronscanapi.com/api/token_trc20/transfers?limit=20&start=0&sort=-timestamp&count=true&filterTokenValue=1&relatedAddress=TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9

When executing the proposed query, it has been observed that the obtained data does not include the commission values associated with the transfers. It is crucial to have access to the commission values in order to accurately analyze the transaction costs.

Is there a way to modify the query to include the commission values in the returned data? Alternatively, if there is an alternative approach to retrieve transfer data specific to TRC20 tokens that includes the fee values, please suggest.

Thank you

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