latestOpenAPI 3.0.12026-08-16171142480.4 KB

ff1699330afa

Project API

Get all approved traders configured in the project

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

get/rest/api/v1/projects/{projectId}/traders

Path parameters

projectIdstring uuid required

Response

OK

analyticsUrlstring

Link to the trader's performance analytics profile on platforms like MyFXBook, FXBlue, or ShowMyTrades. This value is set by MetaCopier.

descriptionstring required

A description of the trader's strategy or approach within the investor program.

displayNamestring required

The display name for the trader within the investor program.

maxDrawdownPercentagenumber 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

Example response

[
  {
    "analyticsUrl": "https://www.myfxbook.com/members/username/portfolio/12345",
    "description": "Trend following strategy focused on major pairs",
    "displayName": "Alpha Trader",
    "maxDrawdownPercentage": 10
  }
]