Skip to main content

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:

NameDescription
RequestIdUnique request GUID
AccountsAccounts to get specific statistics filter
FromStatistic created start date and time filter
ToStatistic created end date and time filter
NodesList of nodes that participate in the request. If the list is empty, then all available nodes are called.
RequestNameRequest 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"
}