GetWallet

This endpoint gets a wallet by id.

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

Parameters

id

string

This is the ID of the wallet who's details you want to get.

query (optional)

Query to filter the operation results

Returns

VyTask<VyWalletDto> Retrieved the wallet's information successfully.

Last updated