---
title: "List wallet share requests"
method: GET
path: "/api/v2/walletsharerequests"
tags: ["Wallet"]
---

# List wallet share requests

`GET /api/v2/walletsharerequests`

Lists all wallet share requests:
- List of the wallets and the users for which wallet share request is present.

## Response `200`

OK

- ListWalletShareRequestResponse
  - `walletShareRequests` object[], required
    - `id` string, required
    - `walletId` string, required
    - `walletLabel` string, required
    - `coin` string, required
    - `userId` string, required
    - `userEmail` string, required
    - `userFullName` string, required
    - `permissions` string[], required
    - `created` string, date-time, required

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