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_type
toOrgControlled
, the value ofproject_id
will be ignored. - If you set
vault_type
toUserControlled
, thenproject_id
is 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