SDK Explorer

Update information for a specific wallet using its unique identifier.

Parameters
input
object
Required

Represents the input for updating a wallet.

id
string
Required

The ID of the wallet to be updated.

name
string

The new name for the wallet.

refId
string

The new refId for the wallet.

Responses
Example
1const response = await client.updateWallet({
2  id: '1f29cce1-ab6c-41ad-84d8-9d223d014881',
3  name: 'Updated name',
4})
5console.log(response.data?.wallet)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.