Skip to main content
POST
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.

Body

application/json

The request body to create a project.

name
string
required

The project name.

Example:

"Project name"

participants
integer
required

The number of key share holders in the project.

Notes:

  1. Currently, the available Threshold Signature Schemes (TSS) are 2-2, 2-3, and 3-3 schemes (in the "threshold - participants" format), so you can only set participants to 2 or 3.

  2. threshold must be less than or equal to participants.

Example:

3

threshold
integer
required

The number of key share holders required to sign an operation in the project.

Notes:

  1. Currently, the available Threshold Signature Schemes (TSS) are 2-2, 2-3, and 3-3 schemes (in the "threshold - participants" format), so you can only set threshold to 2 or 3.

  2. threshold must be less than or equal to participants.

Example:

2

Response

Successfully created project.

The data for project information.

project_id
string

The project ID.

Example:

"0111039d-27fb-49ba-b172-6e0aa80e37ec"

org_id
string

The organization ID.

Example:

"f3b4a616-9c43-462e-8cb4-343e304fee64"

name
string

The project name.

Example:

"Project name"

participants
integer

The number of key share holders in the project.

Example:

3

threshold
integer

The number of key share holders required to sign an operation in the project.

Example:

2

created_timestamp
integer<int64>

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

Example:

1718619403933