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

Add to/from address filter options to /extended/v1/tx #1997

Closed
zone117x opened this issue Jun 12, 2024 · 1 comment · Fixed by #2012
Closed

Add to/from address filter options to /extended/v1/tx #1997

zone117x opened this issue Jun 12, 2024 · 1 comment · Fixed by #2012
Assignees
Labels

Comments

@zone117x
Copy link
Member

zone117x commented Jun 12, 2024

Add query params to the tx list endpoint that can filter based on the sender and/or recipient address. The sender filter can apply to any tx type (they all have a sender), however, the recipient filter probably only makes sense for token_transfer tx types.

Example usage: /tx?from_address=SP2DRM5DKDJX6ECFJH9XDT66DZV8FK2H1A27JZHCA&to_address=SP11M3BVG5TGNWQ1FFE5EJM86TMV08YF3EK0JSMQ8

  • One or both can be specified.
  • The usage of to_address will implicitly also filter for only token_transfer tx types.
@github-project-automation github-project-automation bot moved this to 🆕 New in API Board Jun 12, 2024
@He1DAr He1DAr added this to the Explorer Search milestone Jun 12, 2024
@smcclellan smcclellan moved this from 🆕 New to 📋 Backlog in API Board Jun 12, 2024
@He1DAr He1DAr moved this from 🆕 New to 🏗 In progress in Stacks Explorer Jun 18, 2024
@He1DAr He1DAr self-assigned this Jun 18, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in API Board Jun 20, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Stacks Explorer Jun 20, 2024
@blockstack-devops
Copy link

🎉 This issue has been resolved in version 7.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants