cURL
curl --request POST \ --url https://mainnet.gomaestro-api.org/v1/txmanager \ --header 'Content-Type: <content-type>' \ --header 'api-key: <api-key>' \ --data ' "raw_transaction_hex_data_here" '
"<string>"
Submit a signed Cardano transaction to the network with automatic retry logic and confirmation tracking.
API key for authenticating requests.
application/cbor
The body is of type string.
string
Transaction accepted for submission.
The response is of type string.
Was this page helpful?