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

Proposal: Allow querying multiple address info #350

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dabura667
Copy link

Currently, there is /api/addr/[:addr][?noTxList=1&noCache=1] which can query 1 single address.

I would like to query a list of 20 or so addresses so that I may see just if they have any related transactions. This is useful for implementations of BIP44 etc. and any other BIP32 chains with gap limits that need to know which addresses to generate.

My proposal is the following:

/api/addrs/[:addrs]/info[?noTxList=1&noCache=1]
/api/addrs/info

If there are performance issues / concerns, I think forcing noTxList=1 would be OK, as someone looking for all the transactions could use the tx api call.

If there are other places where code needs to be implemented, please let me know.

For now this is a WIP / proposal.

@winteraz
Copy link

I also sent a PR for the same purpose #554 though I'm not sure which one would be cheaper.

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 this pull request may close these issues.

2 participants