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

# LinkWallet

`POST /rpc/API/LinkWallet`

Send a Payload to link a user wallet, this would require a signed message from both parent wallet (Embedded Wallet) and a linking wallet like an EOA.

## Request body

- APILinkWalletRequest
  - `parentWalletAddress` string
  - `parentWalletMessage` string
  - `parentWalletSignature` string
  - `linkedWalletAddress` string
  - `linkedWalletMessage` string
  - `linkedWalletSignature` string
  - `signatureChainId` string
  - `linkedWalletType` string

## Response `200`

OK

- APILinkWalletResponse
  - `status` boolean

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