Last updated 8 months ago
Given a multisig address whose preimage this wallet stores, returns the information used to generate the address, including public keys, threshold, and multisig version.
/v1/multisig/export
Response to POST /v1/multisig/export
POST /v1/multisig/export
curl -L \ --request POST \ --url 'https://algo.nownodes.io/v1/multisig/export' \ --header 'X-KMD-API-Token: api_key <apiKey>' \ --header 'Content-Type: application/json'
{ "error": true, "message": "text", "multisig_version": 1, "pks": [ [ 1 ] ], "threshold": 1 }