Signprogram

Sign a program for a multisig account

post

Start a multisig signature, or add a signature to a partially completed multisig signature object.

Authorizations
Body

APIV1POSTMultisigProgramSignRequest is the request for POST /v1/multisig/signprogram

addressstringOptional
datastringOptional
public_keyinteger · uint8[]Optional

PublicKey is an exported ed25519PublicKey

wallet_handle_tokenstringOptional
wallet_passwordstringOptional
Responses
200
Response to `POST /v1/multisig/signdata`
post
POST /v1/multisig/signprogram HTTP/1.1
Host: algo.nownodes.io
X-KMD-API-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 184

{
  "address": "text",
  "data": "text",
  "partial_multisig": {
    "Subsigs": [
      {
        "Key": [
          1
        ],
        "Sig": [
          1
        ]
      }
    ],
    "Threshold": 1,
    "Version": 1
  },
  "public_key": [
    1
  ],
  "wallet_handle_token": "text",
  "wallet_password": "text"
}
200

Response to POST /v1/multisig/signdata

No content