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

Filter by tokenAddress in getTransactions() #1049

Closed
keip opened this issue Jan 17, 2024 · 2 comments · Fixed by #1063
Closed

Filter by tokenAddress in getTransactions() #1049

keip opened this issue Jan 17, 2024 · 2 comments · Fixed by #1063

Comments

@keip
Copy link

keip commented Jan 17, 2024

It would be nice if i could filter out transactions based on tokenAddress.
Currently it returns all transactions and to find all the transactions for a specific token can be an overload.

For example let's say i take an ETH address that has thousands of transactions and many different tokens.
To find the transactions for a specific token i have to pull all the transactions and filter them until i find all the token transactions so in case of paging or lazy load i have to pull many unnecessary data and make more requests than needed.

@Hathoriel
Copy link
Member

Hello @keip Thank you for submitting this issue!
We will go through it, prioritize and process your request.
Again,
Thank you.

@oliverjantar
Copy link
Contributor

Hi, this functionality was merged to master. It's in version 4.2.8. You can now pass a tokenAddress to filter the transactions.

@oliverjantar oliverjantar linked a pull request Feb 15, 2024 that will close this issue
1 task
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

Successfully merging a pull request may close this issue.

3 participants