GetWallet

Retrieves a wallet with the specified ID.

Client Authoritative (default)

public static VyTask<VyWalletDto> GetWallet(string id, VyQuery_GetWallet query = null)

Path Parameters

query [optional]

Optional query parameters to include in the request.

Returns

VyTask<VyWalletDto> An asynchronous task that returns a VyWalletDto object representing the retrieved wallet.

Last updated