Skip to main content
Version: 1.1.5

BIP340 - Import a key share from backup

POST 

/bip340/backup/import-key-share

Imports a previously exported key share (a serialized base64 string). The key share is then stored in the Vertex and can be used for key operations. This API returns a new key_id for the imported key share.

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the API Key of the user. The API Key is returned when a new user is created using the /admin/create-user endpoint.

Body

required

    key_share stringrequired

Responses

Schema

    key_id KeyIdrequired
Loading...