GetWalletEvents

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 `ID` of the wallet

Returns

VyTask<VyWalletEventDto[]>

Last updated