> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/function-references/wallet/wallet/getwalletevents.md).

# 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](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvywalleteventdto.md)> response type
