RequestChallengesStatistics
Request challenges statistics for the specified nodes
Request format
{
"Accounts": [],
"From": "2016-10-06",
"To": "2017-01-14",
"Nodes": [
"Node1"
],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"RequestName": "RequestChallengesStatistics"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique request GUID |
| Accounts | Accounts to get specific statistics filter |
| From | Statistic created start date and time filter |
| To | Statistic created end date and time filter |
| Nodes | List of nodes that participate in the request. If the list is empty, then all available nodes are called. |
| RequestName | Request type |
General status response ResponseNodeChallengesStatistics
{
"Result": {
"ResponseNode": "ResponseNodeChallengesStatistics",
"Node": "Node1",
"Platform": "Mt5",
"Result": {
"Login": 12345,
"ChallengeName": "Three Steps Challenge",
"Node": "Node1",
"Platform": "Mt5",
"ChallengeType": "ThreeStepsChallenge",
"AccountGroup": "NewAccountGr",
"ChallengeStartTime": "2022-11-17 15:07:19:762",
"TargetIsReached": true,
"TargetIsLost": false,
"PredefinedBalance": 1200,
"ChallengeStep": "Step1",
"TotalRealizedProfitInUsd": 0,
"SessionProfitInUsd": 0,
"EquityInUsd": 0,
"BalanceInUsd": 0
}
},
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"Errors": [],
"ResponseMaster": "ResponseChallengesStatistics"
}