Start a multisig signature, or add a signature to a partially completed multisig signature object.
MultisigSig is the structure that holds multiple Subsigs
Response to POST /v1/multisig/sign
POST /v1/multisig/sign
const response = await fetch('https://algo.nownodes.io/v1/multisig/sign', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "error": false, "message": "text", "multisig": "Ynl0ZXM=" }