Accepts a valid signed extrinsic. Replaces /tx from versions < v1.0.0.
/tx
successful operation
The hash of the encoded transaction.
const response = await fetch('https://dot-playbook.nownodes.io/transaction', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "hash": "text" }