---
title: "List counts of wallet shares"
method: GET
path: "/api/v2/walletshares/count"
tags: ["Wallet share"]
---

# List counts of wallet shares

`GET /api/v2/walletshares/count`

List counts of wallet shares by enterprises that the current user is the receiver

## Query parameters

- `state` 'pendingapproval' | 'active' | 'accepted' | 'canceled' | 'rejected', required — The state of wallet share object

## Response `200`

OK

- ListWalletSharesCountByEnterpriseResponse
  - `enterprises` WalletSharesCountSchema, required

## Other responses

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