# GetWalletEvents

This endpoint retrieves all the events related to a wallet by `walletId`. The events can be wallet created, funds transfer, signed signature, etc.

{% code overflow="wrap" %}

```cpp
void GetWalletEvents(FString WalletId, const FVyOnGetWalletEventsComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| WalletId   | FString                      | The \`UUID\` of the wallet                                                              |
| ---------- | ---------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnGetWalletEventsComplete | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetWalletEventsComplete)\
Contains a TArray<[FVyWalletEventDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvywalleteventdto)> response type
