---
title: "Get linked Galxe address for current user"
method: GET
path: "/user/galxe"
tags: ["user"]
---

# Get linked Galxe address for current user

`GET /user/galxe`

Returns the Galxe platform wallet linked to the authenticated user's Grambo wallet.

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

- `401` — Unauthorized

---

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