POST
/
tx
Transaction
curl --request POST \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/tx \
  --header 'Content-Type: text/plain' \
  --header 'api-key: <api-key>' \
  --data 02000000000101c3...
{
  "txid": "4d1b9a...."
}

Authorizations

api-key
string
header
required

Project API Key

Body

text/plain · string

Hex-encoded raw transaction data.

The body is of type string.

Example:

"02000000000101c3..."

Response

200
application/json

Returns the transaction ID (txid) if successfully broadcast.

The response is of type object.