Send transaction

Sends a transaction that has already been built.

Use the /api/Wallet/build-transaction call to create transactions.

post

/api/Wallet/send-transaction

Body
hexstringrequired

A string containing the transaction in hexadecimal format.

Responses
curl -L \
  --request POST \
  --url 'https://strax.nownodes.io/api/Wallet/send-transaction' \
  --header 'Content-Type: application/json-patch+json' \
  --data '{"hex":"text"}'

No body