Export multisig address metadata
  POST /v1/multisig/export     
 POST
 /v1/multisig/export
 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
Request Body
APIV1POSTMultisigExportRequest is the request for POST /v1/multisig/export
object
 address    
 string
  wallet_handle_token    
 string
 Responses
200
Response to POST /v1/multisig/export
APIV1POSTMultisigExportResponse is the response to POST /v1/multisig/export
friendly:ExportMultisigResponse
object
 error    
 boolean
  message    
 string
  multisig_version    
 integer  format: uint8  
  pks    
 Array<Array<integer>>
  threshold    
 integer  format: uint8