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

Allow search for multiple addresses, transactions, utxos. #27

Open
GustavoRSSilva opened this issue Dec 28, 2018 · 6 comments
Open

Allow search for multiple addresses, transactions, utxos. #27

GustavoRSSilva opened this issue Dec 28, 2018 · 6 comments

Comments

@GustavoRSSilva
Copy link

Allow search for multiple addresses, transactions, without having to make multiple request to the api.

Ex: /api/address/3BFvcn3nb86ZUQTekTViTuFpXduvvdcZot,3PDj9uwWjoPjtr18ggfJBCY7Vrnwiac4Me.

@dan-da
Copy link

dan-da commented Aug 6, 2019

+1 for multiple address support.

A while back I made a tool that, given an xpub, finds all addresses that have ever been used. It is much more efficient to query multiple addresses at once in batches of 20 (or more) and my tool performs batching to blockchain explorers that support it, but has to fallback to individual queries for those that don't.

@dan-da
Copy link

dan-da commented Sep 15, 2019

any chance of this happening?

@kilrau
Copy link

kilrau commented Oct 28, 2020

Interested in this feature too! A distinct /batch endpoint is another option.

@LefterisJP
Copy link

Would love this one too! Same reasons as @dan-da basically. It's also going to be easier on your API since you are not gonna get swamped by multiple queries.

@Fonta1n3
Copy link

This would be great.

@datgrog
Copy link

datgrog commented Jun 7, 2023

+1

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

7 participants
@LefterisJP @dan-da @datgrog @GustavoRSSilva @kilrau @Fonta1n3 and others