Update wallet
PUT /v2/wallet/{walletId}
PUT
/v2/wallet/{walletId}
Update a wallet by its ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” walletId
required
string format: uuid
The unique wallet ID.
Example
77a0049c-7683-45ff-956f-656f257048f7
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
walletId
required
The unique wallet ID.
string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
name
required
Updates the name of the wallet.
string
Updated Wallet Name
Responses
Section titled “ Responses ”The resource has been successfully updated.
object
walletId
required
The unique wallet ID.
string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
name
required
The unique name for the wallet.
string
My Wallet
custodian
required
The custodian type for the wallet.
string
fsco
address
The address of the wallet.
string
0x1234567890abcdef
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error