---
title: "Get active copy profile for a target trader (if any)"
method: GET
path: "/v1/copy-trading/profiles/active"
tags: ["copy-trading"]
---

# Get active copy profile for a target trader (if any)

`GET /v1/copy-trading/profiles/active`

## Query parameters

- `targetId` string, uuid, required

## Response `200`

Successful response

- ActiveCopyProfile
  - `id` string, required
  - `allocatedAmount` number, required
  - `subWalletAddress` string, nullable, required
  - `pnlShareRate` number, required
  - `createdAt` string, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Resource not found
- `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/d9a714c3ff23/schema)
