cURL
curl --request POST \ --url https://dev-api.rootkey.ai/api-v1/platform/vaults \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "address": "<string>", "name": "<string>", "description": "<string>" }'
{ "name": "My first wallet", "description": "First wallet created throught ROOTKey API", "address": "" }
Create a new vault
Vault creation request payload
The body is of type object.
object
Wallet created successfully
The response is of type object.