VyQuery_GetWallets
Represents a query for retrieving wallets with various filtering options.
Query
Type
Description
ClientId
string
Sets the client ID to retrieve wallets for.
Address
string
Sets the address to retrieve wallets for.
Archived
bool
Sets whether to include archived wallets in the results.
Linkable
bool
Sets whether to include linkable wallets in the results.
IncludeBalance
bool
Sets whether to include wallet balances in the results.
Page
int
Sets the page number of the results to retrieve.
Size
int
Sets the number of results per page to retrieve.
SortOn
string
Sets the field to sort the results on.
Identifier
string
Sets the identifier to retrieve wallets for.
Last updated