---
title: "Link wallet"
method: POST
path: "/account/link/wallet/verify"
tags: ["account"]
---

# Link wallet

`POST /account/link/wallet/verify`

Link wallet to authenticated user

## Request body

- object
  - `chain` union, required
    - 'eip155'
    - 'solana'
  - `message` string, required
  - `signature` string, required

## Response `200`

Default Response

- object
  - `ok` boolean, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `409` — Default Response

---

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