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