---
title: "Create a copy trading profile"
method: POST
path: "/v1/copy-trading/profiles"
tags: ["copy-trading"]
---

# Create a copy trading profile

`POST /v1/copy-trading/profiles`

## Request body

- object
  - `targetId` string, uuid, required
  - `onlyNewPositions` boolean

## Response `200`

Successful response

- CopyProfile
  - `id` string, required
  - `user_id` string, required
  - `target_id` string, required
  - `sub_wallet_address` string, nullable, required
  - `allocated_amount` number, required
  - `status` 'active' | 'stopped', required
  - `pnl_share_rate` number, required
  - `needs_rebalance` boolean, required
  - `force_close_requested` boolean, required
  - `copier_equity_baseline` number, nullable, required
  - `copier_baseline_updated_at` string, nullable, required
  - `created_at` string, required
  - `updated_at` string, required
  - `stopped_at` string, nullable, 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)
