Get 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 <b>List wallets</b> 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.
Query parameters
Filter by ID.
[ "59cd72485007a239fb00282ed480da1f" ]
Filter by coin
[ "btc" ]
Filter by enterprise
[ "59cd72485007a239fb00282ed480da1f" ]
Filter by wallet type.
Filter by deleted state.
Filter by label substring
Return only wallets belong to the BitGo trust org
Filter wallets by applied tags (OR semantics). Provide one or more tag values; returns wallets that match any of the supplied tags. Tag matching is case-insensitive — ?customTags=Warm matches stored "warm".
[ "\"warm\"" ]
Response
OK
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
added the new optional
queryrequest parametercustomTagsnew-optional-request-parameter
- ○