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

Authorizations

x-api-key
string
header
required

Path Parameters

vaultAddress
string
required

The vault address

Body

application/json

Vault update request payload

name
string

New wallet name

description
string

New wallet description

Response

Vault updated 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