GetWallets
Retrieves a paginated list of all wallets accessible to your account. This endpoint supports comprehensive filtering, sorting, and inclusion options to help you find specific wallets or groups of wallets based on various criteria.
Key Features:
Filter by blockchain network, user, or company
Include or exclude archived wallets
Sort results by multiple criteria
Control balance information inclusion for performance
Search by wallet address or custom identifier
Use this endpoint for wallet management dashboards, reporting, or integration with external systems requiring wallet inventory data.
void GetWallets(const FVyQuery_GetWallets& Query, const FVyOnGetWalletsComplete& OnComplete) const;Parameters
OnComplete
FVyOnGetWalletsComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetWalletsComplete) Contains a TArray<FVyWalletDto> response type
Last updated