cURL
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...." }
Broadcast a signed Bitcoin transaction to the network for confirmation and inclusion in the blockchain.
Project API Key
Hex-encoded raw transaction data.
The body is of type string.
string
"02000000000101c3..."
Returns the transaction ID (txid) if successfully broadcast.
Transaction ID of the broadcast transaction.
Was this page helpful?