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
Example response
[
{
"analyticsUrl": "https://www.myfxbook.com/members/username/portfolio/12345",
"description": "Trend following strategy focused on major pairs",
"displayName": "Alpha Trader",
"maxDrawdownPercentage": 10
}
]