> 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/object-references/wallet/query/fvyquery_gettransactions.md).

# FVyQuery\_GetTransactions

| Statuses     | FVyOptStringArray | Filter the results based on the transaction's current status             |
| ------------ | ----------------- | ------------------------------------------------------------------------ |
| UserId       | FVyOptString      | Filter the transactions by your users with \`userId\`                    |
| IncludeUsers | FVyOptBool        | Boolean flag to indicate whether to show your users in the result or not |
| Page         | FVyOptInt         | The current page number                                                  |
| Size         | FVyOptInt         | The number of items per page                                             |
| SortOn       | FVyOptString      | Name of the parameter to sort on                                         |
| SortOrder    | FVyOptString      | Indication to sort in ascending or descending order                      |
