For the complete documentation index, see llms.txt. This page is also available as Markdown.

UpdateWallet

Description

Updates modifiable metadata properties of an existing wallet. This endpoint allows you to modify the wallet's description, set primary status, archive/unarchive the wallet, or update the custom identifier for external system integration

public static VyTask<VyWalletDto> UpdateWallet(string id, VyUpdateWalletRequest reqParams)

Parameters

id

string

This is the `UUID` of the wallet

reqParams

Request data for the operation

Returns

VyTask<VyWalletDto> Wallet description and/or arhive/unarchive successful.

Last updated