getWallets
Description
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.
public getWallets(query?: VyQuery_GetWallets) : VyPromise<VyWalletDto[]>
Last updated