gettxout
Returns details about an unspent transaction output (UTXO), optionally including mempool data.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
txid
The transaction ID.
n
The vout number.
include_mempool
Whether to include outputs spent in the mempool. Default is true.
Response
Details about the specified unspent output, or null if not found.
bestblock
A 64-character hex string representing the block hash.
confirmations
Number of confirmations for the transaction.
value
The amount in BTC.
scriptPubKey
The public key script info.
coinbase
True if the output is from a coinbase transaction.