GET
/
tx
/
{txid}
/
status
Transaction Status
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/tx/{txid}/status \
  --header 'api-key: <api-key>'
{
"confirmed": true,
"block_height": 776402,
"block_hash": "000000000000000000015fc7f9e5caa8b2e7cbfc7c8075c23f8c86f1aaed18e6"
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

txid
string
required

Transaction ID to query.

Example:

"d78b1139140848e646cfd7eb95868d2e01c600c3922de88038c591d2fb55cf96"

Response

200
application/json

Transaction confirmation status.

The response is of type object.