To fetch all your application’s wallets, use the Privy client’s
walletApi.getWallets
method. This is a paginated query.Usage
Parameters
ThegetWallets
method optionally accepts an object with the following fields:ID of the wallet from which start the search
Max amount of wallets to fetch per page
Chain type to filter by.
Returns
List of wallets in the current page
Cursor to use for fetching the next page of results, if any