---
title: "Register a copy trading wallet for a profile"
method: POST
path: "/v1/copy-trading/wallets/register"
tags: ["copy-trading"]
---

# Register a copy trading wallet for a profile

`POST /v1/copy-trading/wallets/register`

## Request body

- object
  - `profileId` string, uuid, required
  - `walletAddress` string, required
  - `privyWalletId` string, required

## Response `200`

Successful response

- object
  - `walletAddress` string, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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