Rename

Rename a wallet

post

Rename the underlying wallet to something else

Authorizations
Body

APIV1POSTWalletRenameRequest is the request for POST /v1/wallet/rename

wallet_idstringOptional
wallet_namestringOptional
wallet_passwordstringOptional
Responses
200
Response to `POST /v1/wallet/rename`
post
POST /v1/wallet/rename HTTP/1.1
Host: algo.nownodes.io
X-KMD-API-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 66

{
  "wallet_id": "text",
  "wallet_name": "text",
  "wallet_password": "text"
}
200

Response to POST /v1/wallet/rename

No content