GET
/
tx
/
{txid}
/
raw
Transaction Raw
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/tx/{txid}/raw \
  --header 'api-key: <api-key>'
"0200000000010124..."

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

txid
string
required

The transaction ID.

Example:

"d78b1139140848e646cfd7eb95868d2e01c600c3922de88038c591d2fb55cf96"

Response

200
text/plain

Raw transaction hex string.

The response is of type string.

Example:

"0200000000010124..."