get https://app.bitgo.com/api/v2/wallets/count
Get a count of all wallets you can access, including:
- Wallets you have a role on (admin, spender, or viewer).
- Wallets in enterprises you belong to that have the
View All Wallets
option enabled from the enterprise settings.
You can use this endpoint in conjunction with the List wallets endpoint to enable paginating a list of wallets. For example, once you get the wallets count, you can use the total count to calculate the number of pages you need in order to display all the wallets.