---
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' | 'stopping' | '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

## Changes

- **2026-08-21** `9651975196e7` — 1 warning
  - added the new `stopping` enum value to the `status` response property for the response status `200`

[Change history](https://skmtc.dev/legend/apis/legend-api/changes/v1/copy-trading/profiles/post.md)

---

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