---
title: "Get wallets count"
method: GET
path: "/api/v2/wallets/count"
tags: ["Wallet"]
---

# Get wallets count

`GET /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 <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

- `id` string[]
- `coin` string[]
- `enterprise` string[]
- `type` string[]
- `deleted` boolean
- `labelContains` string
- `bitgoOrg` 'BitGo Trust' | 'BitGo New York' | 'BitGo Germany' | 'BitGo Switzerland' | 'BitGo Europe ApS' | 'Frankfurt DE Trust' | 'BitGo Singapore' | 'BitGo Korea' | 'BitGo Custody MENA FZE' | 'BitGo India' | 'BitGo Sister Trust 1'
- `customTags` string[]

## Response `200`

OK

- WalletCountResponse
  - `count` number, required — The number of wallets that match the query.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
