Blockstream / esplora

Explorer for Bitcoin and Liquid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTXO API and Scriptpubkey

zilveer opened this issue · comments

Hi,
I am trying to get all the UTXO for an address, for i,e https://blockstream.info/api/address/1DX8EFJPMBimWyApUndVSnwucu29Eob4fC/utxo

But I cannot find the Scriptpubkey to actually make a transaction.

This is the Blockcypher API for UTXO: https://api.blockcypher.com/v1/btc/main/addrs/1DX8EFJPMBimWyApUndVSnwucu29Eob4fC?includeScript=true&unspentOnly=true

As you can see Blockcypher has the script there but Blockstream doesnt.

I dont wanna do additional extra API calls for this single request, I cannot either find any other API call for Blockstream to get the UTXO with the script, or did I miss something?

Any help is appreciated.

regards Zilveer