Submit
Submits a notarized transaction to the network. Returns whether the transaction submission was already included in the node's mempool.
Body
networkstringRequiredExample:
The logical name of the network
{{network}}
notarized_transaction_hexstringRequired
A hex-encoded, compiled notarized transaction.
force_recalculatebooleanOptional
If true, the transaction validity is freshly recalculated without using any caches (defaults false)
Responses
200
Transaction Submit Response
application/json
400
Client error
application/json
500
Server error
application/json
post
POST /transaction/submit HTTP/1.1
Host: xrd.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 85
{
"network": "{{network}}",
"notarized_transaction_hex": "text",
"force_recalculate": true
}
{
"duplicate": true
}