VyQuery_GetWallets

Represents a query for retrieving wallets with various filtering options.

QueryTypeDescription

Chain

Sets the chain to retrieve wallets from.

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.

WalletType

Sets the type of wallet to retrieve.

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.

SortOrder

Sets the sort order of the results.

Identifier

string

Sets the identifier to retrieve wallets for.

Last updated