Skip to content

Update wallet details

PUT
/wallet/{walletId}

Updates the details of an existing wallet.

Authorizations

Parameters

Path Parameters

walletId
required
string format: uuid

The ID of the wallet.

Request Body required

object
name
required

Updates the name of the wallet.

string

Responses

200

Wallet details updated

object
walletId

The unique ID of the wallet.

string format: uuid
name

The unique name of the wallet.

string
custodian

The custodian of the wallet.

string
address

The address of the wallet.

string

400

Bad request

object
code
integer
status
string

401

Unauthorized

object
code
integer
status
string