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