RequestChallengesSettings
Request to get the all challenges settings from the specified node
Request format
{
"Nodes": [
"Node1"
],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"RequestName": "RequestChallengesSettings"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique request GUID |
| RequestName | Request type |
| Nodes | One node is indicated on which to get the challenge settings |
ResponseChallengesSettings
{
"Result": [
{
"ResponseNode": "ResponseNodeChallengesSettings",
"Node": "Node1",
"Platform": "Mt5",
"Result": [
{
"RuleName": "DefaultRuleName",
"RuleKey": "fc3cbba4-2ca8-420a-b04e-5709957eed12",
"ChallengeName": "Three Steps Challenge",
"ChallengeType": "ThreeStepsChallenge",
"AccountsGroups": {
"Included": [],
"Excluded": [
{
"Item": "real\real"
},
{
"Item": "real\real_rur"
},
{
"Item": "real\test"
},
{
"Item": "real\test_mini"
}
]
},
"ChallengeStep": "Step1",
"MaxDailyLossPercentage": 5,
"MaxLifetimeLossPercentage": 10,
"ProfitTargetPercentage": 10,
"BalanceFromPercentage": -10,
"BalanceToPercentage": 20,
"MinTradingDays": 0,
"Id": "fc3cbba4-2ca8-420a-b04e-5709957eed12",
"SettingsName": "ThreeStepsChallengeRuleSet",
"Node": "Node1",
"Platform": "Mt5",
"FeatureType": "ChallengesSystem",
"Enabled": false,
"Description": "Challenges system"
}
]
}
],
"RequestId": "75bc177c-a4eb-45a9-9f98-822c1ba0830c",
"Errors": [],
"ResponseMaster": "ResponseChallengesSettings"
}