---
title: "Link a TON wallet"
method: POST
path: "/user/wallets"
tags: ["user"]
---

# Link a TON wallet

`POST /user/wallets`

Verifies a TON Connect proof and links the wallet to the user's account.

## Request body

- InternalHandlersTonConnectProofRequest
  - `address` string
  - `proof` object
    - `domain` object
      - `lengthBytes` integer
      - `value` string
    - `payload` string
    - `signature` string
    - `state_init` string
    - `timestamp` integer

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
