Skip to main content
GET
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Path Parameters

vault_id
string<uuid>
required

The vault ID, which you can retrieve by calling List all vaults.

tss_request_id
string
required

The TSS request ID, which you can retrieve by calling List TSS requests.

Response

Successfully retrieved TSS request.

The information about the TSS request.

tss_request_id
string

The TSS request ID.

Example:

"20240711114129000132315000003970"

source_key_share_holder_group
object

The source key share holder group.

Note: source_key_share_holder_group is used only when type is set to either KeyGenfromKeyGroup or Recovery. This is to specify the key share holder group to be used as the source key share holder group to create key shares for the target_key_share_holder_group.

target_key_share_holder_group_id
string

The target key share holder group ID.

Example:

"fd9519ae-507b-4605-b108-04d4e5ffcdd3"

type
enum<string>

The TSS request type. Possible values include:

Available options:
KeyGen,
KeyGenFromKeyGroup,
Recovery
Example:

"Recovery"

status
enum<string>

The TSS request status. Possible values include:

  • PendingKeyHolderConfirmation: The action done to the TSS request is currently pending enough key share holders to approve.

  • KeyHolderConfirmationFailed: Key share holders failed to approve the the action to be done to the TSS request.

  • KeyGenerating: The key share is currently being generated for the action to be done to the TSS request.

  • MPCProcessing: The TSS request approval is waiting to be started.

  • KeyGeneratingFailed: The key share generation process has failed for the action to be done to the TSS request.

  • Success: The action done to the TSS request has been completed successfully. If you see this status while running Cancel TSS request, this mean the specified TSS request has been successfully canceled.

Available options:
PendingKeyHolderConfirmation,
KeyHolderConfirmationFailed,
KeyGenerating,
MPCProcessing,
KeyGeneratingFailed,
Success
Example:

"Success"

description
string

The description of the TSS request.

Example:

"This is a request to create key shares using the Recovery Group for a key share holder in the Main Group if their key share has been lost (e.g. by losing their phone)."

created_timestamp
integer<int64>

The TSS request's creation time in Unix timestamp format, measured in milliseconds.

Example:

1701396866000