Transaction Builder API
Submit pre-signed transaction
Submit a fully-signed transaction CBOR
POST
Submits a fully-signed Cardano transaction CBOR to the network. Use this endpoint when the transaction is already fully signed and ready for relay submission.
Auth: Public
Possible errors:
Use
/sign to attach a witness without submission, or /sign-and-submit to attach a witness and submit in one call.Request body
Hex-encoded fully-signed transaction CBOR.
Response
Hash of the submitted transaction.
Error response
Machine-readable error code.
Human-readable error message.
400 INVALID_PARAMS— the request body is missingcbororcboris not a string.500 SERVER_ERROR— the CBOR could not be processed or relay submission failed.