---
title: "Get all approved traders configured in the project"
method: GET
path: "/rest/api/v1/projects/{projectId}/traders"
tags: ["Project API"]
---

# Get all approved traders configured in the project

`GET /rest/api/v1/projects/{projectId}/traders`

Returns a list of all trader features with ACTIVE status from all accounts in the specified project

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- FeatureTraderDTO[]
  - `analyticsUrl` string — Link to the trader's performance analytics profile on platforms like MyFXBook, FXBlue, or ShowMyTrades. This value is set by MetaCopier.
  - `description` string, required — A description of the trader's strategy or approach within the investor program.
  - `displayName` string, required — The display name for the trader within the investor program.
  - `maxDrawdownPercentage` number, required — Maximum drawdown percentage that the trader sets for their strategy. This information is used by MetaCopier to calculate an adequate risk level for investors. This value can only be set at feature creation and cannot be updated afterwards.
  - `status` 'PENDING' | 'ACTIVE' | 'SUSPENDED' — Status of a trader within the investor program

---

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