Blockstream / esplora

Explorer for Bitcoin and Liquid
MIT License
991 stars 395 forks source link

Feature request: Query balances of multiple addresses at once #178

Open TurgutBtc opened 4 years ago

TurgutBtc commented 4 years ago

Hi, I want to query balance of multiple addresses. There is an endpoint like; /api/address/3NfST3dLGP5bNEMsvjHB67nSmKhWjehwwy but this one takes only one address as a parameter. I want to query like /api/address/{address},{address},{address},... and blockcypher or insightbitpay has this feature like this link. Blockcypher Insightbitpay

tiero commented 4 years ago

Would it be better to maker a POST endpoint? Some browsers have an arbitrary limit between 2kb-8kb for request length and depending on the webserver used to expose the API there could be a limit also.

datgrog commented 1 year ago

That would be super great, same for utxos and transactions