Skip to main content
Version: 1.13.0

Cluster BIP340 - Perform MPC keygen

POST 

/cluster/bip340/keygen

authorization

This API endpoint requires an API Key with at least one of the following Roles: KeysManager

Generate secret shares for the given number of parties and threshold, using the given cluster_name. This is a cluster keygen operation, which means that the keygen is performed with the parties in the cluster. Keygen returns a new key_id to the caller. The secret share is generated and stored by the Vertex. The secret share can then be used to sign messages and perform other key operations using the same key_id.

Request

Responses