The byte encoded signed transaction to broadcast to network
Transaction ID of the submission.
encoding of the transaction hash.
const response = await fetch('https://algo.nownodes.io/v2/transactions', { method: 'POST', headers: { "Content-Type": "application/x-binary" }, body: JSON.stringify("binary"), }); const data = await response.json();
{ "txId": "text" }