Lists all of the multisig accounts whose preimages this wallet stores
Response to POST /v1/multisig/list
POST /v1/multisig/list
const response = await fetch('https://algo.nownodes.io/v1/multisig/list', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "addresses": [ "text" ], "error": false, "message": "text" }