A string containing the transaction in hexadecimal format.
Success
const response = await fetch('https://strax.nownodes.io/Unity3d/send-transaction', { method: 'POST', headers: { "Content-Type": "application/json-patch+json" }, body: JSON.stringify({ "hex": "text" }), }); const data = await response.json();
{ "type": "text", "title": "text", "status": 0, "detail": "text", "instance": "text" }