Export

Export multisig address metadata

post

Given a multisig address whose preimage this wallet stores, returns the information used to generate the address, including public keys, threshold, and multisig version.

Authorizations
Body

APIV1POSTMultisigExportRequest is the request for POST /v1/multisig/export

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

{
  "address": "text",
  "wallet_handle_token": "text"
}
200

Response to POST /v1/multisig/export

No content

Last updated