This operation initiates a key reshare for the specified wallet. Only the wallet owner may call this endpoint (for example, after completing wallet pairing).
The operation creates a WaaS Signing key share holder group for the provided TSS node_id, binds that node to the owner principal, then submits a KeyGenFromKeyGroup TSS request to derive a new signing group from the vault’s existing main group.
Owner's TSS node for creating a Signing group, then KeyGenFromKeyGroup TSS from main group.
The human principal's TSS node id (bound to the wallet owner).
1Successful Response
WaaS TSS request id for the reshare operation.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.