Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cobo.com/developers/llms.txt

Use this file to discover all available pages before exploring further.

This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.

Callback API Request Description

request_type

TypeKeyReshare = 3

request_detail

The format is a serialized JSON string of structure below.
old_group_id
String
required
Old Group ID.
root_pub_key
String
required
MPC extended public key.
curve
Int
required

Signature algorithm that has been used.

0: SECP256K1

2: ED25519

used_node_ids
[]String
required
Selected Node IDs from the previous group that have been used for soft key recovery
old_threshold
Int
required
Previous signature threshold.
new_threshold
Int
required
New Signature Threshold.
new_node_ids
[]String
required
New Node IDs associated with the generation of all MPC key shares under the MPC wallet

extra_info

The format is a serialized JSON string of structure below.
cobo_id
String
required
Unique ID of the soft key recovery (KeyReshare) request.
api_request_id
String
required
Request ID passed in by the user using WaaS APIs; if the request is not sent via WaaS APIs, Cobo will automatically generate a Request ID.