BIP340 - Perform MPC keygen
POST/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 key_id, as well as a public key.
Keygen does not return anything 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
- 200
- 400
- 401
- 404
- 500