---
title: "Link Galxe address to current user"
method: POST
path: "/user/galxe"
tags: ["user"]
---

# Link Galxe address to current user

`POST /user/galxe`

Links a Galxe address to the authenticated user's Grambo wallet.

## Request body

- InternalHandlersLinkUserGalxeRequest
  - `address` string

## Response `200`

OK

- ModelsPlatformWallet
  - `created_at` string
  - `external_address` string
  - `id` string
  - `is_verified` boolean
  - `platform_code` string
  - `updated_at` string
  - `wallet_address` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `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)
