Create vault
This operation creates a vault.
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.
Authorizations
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
The request body to create a vault.
The vault name.
"My vault"
The vault type. Possible values include:
-
Org-Controlled: This vault is a collection of Organization-Controlled Wallets. -
User-Controlled: This vault is a collection of User-Controlled Wallets.
Org-Controlled, User-Controlled "Org-Controlled"
The project ID, which you can retrieve by calling List all projects.
Notes:
- If you set
vault_typetoOrgControlled, the value ofproject_idwill be ignored. - If you set
vault_typetoUserControlled, thenproject_idis required.
"0111039d-27fb-49ba-b172-6e0aa80e37ec"
Response
Successfully created the vault.
The data for vault information.
The vault ID.
"YPdbyVaVGqXXjkUsohHw"
The project ID.
"0111039d-27fb-49ba-b172-6e0aa80e37ec"
The vault name.
"Vault name"
The vault type. Possible values include:
-
Org-Controlled: This vault is a collection of Organization-Controlled Wallets. -
User-Controlled: This vault is a collection of User-Controlled Wallets.
Org-Controlled, User-Controlled "Org-Controlled"
The vault's creation time in Unix timestamp format, measured in milliseconds.
1718619403933
