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 an already serialized transaction to the Cardano network.
API key for authenticating requests.
application/cbor
The body is of type string.
string
Transaction accepted for submission.
The response is of type string.