Skip to main content

Update keyshares

PATCH 

/v1/keyshares

Update keyshares

During the creation of new keyshares (Distributed Key Generation), the server and client keyshares are not linked with a wallet, account (in case of importing), or API key. This happens because the ID of the parent entity of these keyshares is only created before it's generation. This endpoint allows users to link both server and client keyshares with a given wallet_id or account_id.

Request

Body

required
    accountId uuidnullable
    dkgId uuidrequired
    walletId uuidnullable

Responses

Keyshares updated

Loading...