Skip to main content
POST
/
platform
/
vaults
cURL
curl --request POST \
  --url https://api.rootkey.ai/api-v1/platform/vaults \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "walletName": "<string>",
  "description": "<string>"
}
'
{
  "name": "My first wallet",
  "description": "First wallet created through ROOTKey API",
  "address": ""
}

Authorizations

x-api-key
string
header
required

Body

application/json

Vault creation request payload

walletName
string
required

The name of the wallet

description
string

Optional description to help organize wallets

Response

Wallet created successfully

name
string

The name of the wallet

description
string

The description of the wallet to help you organize your data

address
string

The address of the wallet