cURL
curl --request POST \ --url https://xbt-mainnet.gomaestro-api.org/v0/rpc/transaction/submit \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '"<string>"'
"<string>"
Submit a signed Bitcoin transaction to the network for processing and inclusion in the blockchain.
Project API Key
Signed Tx Hex.
The body is of type string.
string
OK
The response is of type string.
Was this page helpful?