---
title: "Link a wallet to the authenticated user"
method: POST
path: "/api/user/wallet/link"
tags: ["User"]
---

# Link a wallet to the authenticated user

`POST /api/user/wallet/link`

Link a wallet to the authenticated user

## Request body

- object
  - `walletAddress` string — The wallet address to link to the user

## Response `200`

Wallet linked successfully

- object
  - `success` boolean
  - `user` object
    - `id` string, uuid
    - `walletAddress` string
    - `walletLastVerifiedAt` string, date-time
    - `embeddedWalletAddress` string
    - `privyId` string
    - `name` string
    - `email` string
    - `isSubscribed` boolean
    - `imageUrl` string
    - `status` 'active' | 'inactive' | 'suspended' | 'deleted'
    - `metadata` object
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `lastLoginAt` string, date-time

## Other responses

- `401` — User not authenticated
- `404` — User not found
- `500` — Internal server error

## Changes

- **2025-09-10** `b08b5074799b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/user/wallet/link/post.md)

---

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