-
Notifications
You must be signed in to change notification settings - Fork 407
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
Comments
+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. |
any chance of this happening? |
Interested in this feature too! A distinct |
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. |
This would be great. |
+1 |
Allow search for multiple addresses, transactions, without having to make multiple request to the api.
Ex: /api/address/3BFvcn3nb86ZUQTekTViTuFpXduvvdcZot,3PDj9uwWjoPjtr18ggfJBCY7Vrnwiac4Me.
The text was updated successfully, but these errors were encountered: