This endpoint gets a wallet by id.
public getWallet(id: string, query?: VyQuery_GetWallet) : VyPromise<VyWalletDto>
Parameters
id
string
This is the ID of the wallet who's details you want to get.
query (optional)
VyQuery_GetWallet
Query to filter the operation results
Returns
VyPromise<VyWalletDto> Retrieved the wallet's information successfully.
Last updated 4 months ago