---
title: "Return wallets linked to a subaccount"
method: GET
path: "/subaccounts/accounts/{subaccountId}/wallets"
tags: ["Subaccounts"]
---

# Return wallets linked to a subaccount

`GET /subaccounts/accounts/{subaccountId}/wallets`

Permissions required: **Subaccount** or **Read Subaccount**

Return wallets linked to a subaccount

## Path parameters

- `subaccountId` string, required

## Query parameters

- `networkIds` string[]

## Response `200`

Successfully returned linked wallets

- object
  - `data` SubaccountWalletResponse[], required
    - `networkId` string
    - `walletId` string

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
