GetWalletEvents
Description
This endpoint retrieves all the events related to a wallet by walletId. The events can be wallet created, funds transfer, signed signature, etc.
public static VyTask<VyWalletEventDto[]> GetWalletEvents(string walletId)Parameters
walletId
string
The `UUID` of the wallet
Returns
VyTask<VyWalletEventDto[]> Retrieved all wallet events successfully.
Last updated