---
title: "GetLinkedWallets"
method: POST
path: "/rpc/API/GetLinkedWallets"
---

# GetLinkedWallets

`POST /rpc/API/GetLinkedWallets`

Query all wallets that are linked

## Request body

- APIGetLinkedWalletsRequest
  - `parentWalletAddress` string
  - `parentWalletMessage` string
  - `parentWalletSignature` string
  - `signatureChainId` string

## Response `200`

OK

- APIGetLinkedWalletsResponse
  - `linkedWallets` LinkedWallet[] — []LinkedWallet
    - `id` number, required
    - `walletType` string
    - `walletAddress` string, required
    - `linkedWalletAddress` string, required
    - `createdAt` string

## Other responses

- `4XX` — Client error
- `5XX` — Server error

---

[API](https://skmtc.net/sequence/apis/analytics-api.md) · [All operations](https://skmtc.net/sequence/apis/analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequence/analytics-api/versions/12db1459a050/schema)
