Submits a signed transaction payload to the network.
Hex-encoded notarized transaction payload which can be submitted.
POST /transaction/submit HTTP/1.1 Host: xrd-gateway.nownodes.io Content-Type: application/json Accept: */* Content-Length: 36 { "notarized_transaction_hex": "text" }
Successful Submission
{ "duplicate": true }