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