Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
APIV1POSTMultisigImportRequest is the request for POST /v1/multisig/import
POST /v1/multisig/import
PublicKey is an exported ed25519PublicKey
POST /v1/multisig/import HTTP/1.1 Host: algo.nownodes.io X-KMD-API-Token: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 77 { "multisig_version": 1, "pks": [ [ 1 ] ], "threshold": 1, "wallet_handle_token": "text" }
Response to POST /v1/multisig/import
No content