POST /v2/parties/external/generate-topology
You may use this endpoint to generate the common external topology transactions which can be signed externally and uploaded as part of the allocate party process
Note that this request will create a normal namespace using the same key for the identity as for signing. More elaborate schemes such as multi-signature or decentralized parties require you to construct the topology transactions yourself.
post/v2/parties/external/generate-topology
Request body
Example request
{
"publicKey": {
"format": "CRYPTO_KEY_FORMAT_DER_X509_SUBJECT_PUBLIC_KEY_INFO",
"keySpec": "SIGNING_KEY_SPEC_EC_CURVE25519"
}
}Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.