You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Do we have any plans to add APIs in POST, to query multiple addresses?
POST addresses/utxos
POST addresses/txs
POST scripthash/utxos
POST scripthash/txs
so it will be possible to: $ curl --header 'Content-Type: application/json' --data-binary '{"addresses": ["2MvknKexQHJdRpfwL6AFFo2nh6tireuFY1L", "2NF4MTenSS3Hp7NqjFDP22Bqq3CSQUjxEfp"]}' https://blockstream.info/testnet/api/addresses/txs
Thanks, Isidoro
EDIT: I see right know the also the #27 is asking the same
The text was updated successfully, but these errors were encountered:
Hi, Do we have any plans to add APIs in POST, to query multiple addresses?
POST addresses/utxos
POST addresses/txs
POST scripthash/utxos
POST scripthash/txs
so it will be possible to: $ curl --header 'Content-Type: application/json' --data-binary '{"addresses": ["2MvknKexQHJdRpfwL6AFFo2nh6tireuFY1L", "2NF4MTenSS3Hp7NqjFDP22Bqq3CSQUjxEfp"]}' https://blockstream.info/testnet/api/addresses/txs
Thanks, Isidoro
EDIT: I see right know the also the #27 is asking the same
Hi, Do we have any plans to add APIs in POST, to query multiple addresses?
so it will be possible to:
$ curl --header 'Content-Type: application/json' --data-binary '{"addresses": ["2MvknKexQHJdRpfwL6AFFo2nh6tireuFY1L", "2NF4MTenSS3Hp7NqjFDP22Bqq3CSQUjxEfp"]}' https://blockstream.info/testnet/api/addresses/txs
Thanks, Isidoro
EDIT: I see right know the also the #27 is asking the same
The text was updated successfully, but these errors were encountered: