GET
/
block
/
{hash}
/
txid
/
{index}
Block Transaction ID
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/block/{hash}/txid/{index} \
  --header 'api-key: <api-key>'
"<string>"

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

hash
string
required

The block hash.

Example:

"00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5"

index
integer
required

The transaction index within the block.

Required range: x >= 0

Response

200
application/json

Transaction ID at the specified index

A Bitcoin transaction ID (txid)