cURL
curl --request POST \ --url https://xbt-mainnet.gomaestro-api.org/v0/mempool/transactions/send \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "tx_hex": "<string>" } '
{ "txid": "<string>" }
Propagates a hex-encoded transaction to a globally distributed network of peers using Maestro’s Global Mempool (MGM) system.
Project API Key
Hex-encoded raw transaction bytes
Transaction sent successfully
Transaction hash (present if success is true)
Was this page helpful?