Sr25519 - Create a new key share (before MPC keygen)
GET/sr25519/create
authorization
This API endpoint requires an API Key with at least one of the following Roles: KeysManager
Setup a new Sr25519 key share (before MPC keygen) for the authenticated user.
All parties must call this function before calling keygen. The returned keygen_id must be sent through an authenticated communication channel to all other devices we wish to perform keygen with. Once we have the keygen_id-s of all parties, then /sr25519/keygen can be called with the same key_id as was given here.
Request
Responses
- 200
- 400
- 401
- 404
- 500