---
title: "Get profile-scoped performance history for a copy sub-wallet"
method: GET
path: "/v1/copy-trading/profiles/{profileId}/history"
tags: ["copy-trading"]
---

# Get profile-scoped performance history for a copy sub-wallet

`GET /v1/copy-trading/profiles/{profileId}/history`

## Path parameters

- `profileId` string, uuid, required

## Query parameters

- `period` 'day' | 'week' | 'month' | 'allTime'
- `metricType` 'accountValue' | 'pnl'

## Response `200`

Successful response

- CopyProfileHistory
  - `history` CopyHistoryPoint[], required
    - `time` number, required
    - `value` number, required

## Other responses

- `400` — Invalid input data
- `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/revisions/ae47ebaa9b96/schema)
