Submit

Transaction Submit

post

Submits a notarized transaction to the network. Returns whether the transaction submission was already included in the node's mempool.

Body
networkstringRequired

The logical name of the network

Example: {{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
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
}