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.
Optional: token — when set, the backend resolves the matching claim row’s purpose (pair requires the row to be paired; restore requires a confirmed (paired) restore code minted after the first pair flow, and it must be used before expiry).
Documentation Index
Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt
Use this file to discover all available pages before exploring further.
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).
1Optional 8-digit code. The backend resolves the token's purpose (pair vs restore) from the matching claim row: pair requires a post-confirm (paired) claim row; restore requires a confirmed (paired) restore code and must be used before it expires. Omit in older app versions.
8^\d{8}$Successful 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.