Import
Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
Authorizations
Body
APIV1POSTMultisigImportRequest is the request for POST /v1/multisig/import
multisig_versioninteger · uint8Optional
thresholdinteger · uint8Optional
wallet_handle_tokenstringOptional
Responses
200
Response to `POST /v1/multisig/import`
post
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"
}
200
Response to POST /v1/multisig/import
No content