---
title: "Get pinned wallet count"
method: GET
path: "/api/v2/enterprise/{enterpriseId}/pin/count"
tags: ["Wallet"]
---

# Get pinned wallet count

`GET /api/v2/enterprise/{enterpriseId}/pin/count`

Returns the count of pinned wallets for the current user on the specified enterprise.

## Path parameters

- `enterpriseId` string, required

## Response `200`

OK

- GetPinnedWalletsCountResponse
  - `pinnedWalletsCount` number, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[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)
