RequestAccountDailyTrack
Request for trading history for an account with division by day
Request format
{
"Login": 100069,
"RequestId": "c5bc135c-a4eb-45a9-9f98-822c1ba0830b",
"Nodes": [
"node1"
],
"RequestName": "RequestAccountDailyTrack"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique request GUID |
| Nodes | One node is indicated on which the account is registered |
| Login | Login for which open orders are needed |
| RequestName | Type of request |
Response ResponseAccountDailyTrack
{
"Result": [
{
"Node": "Second",
"Platform": "Mt4",
"Result": [
{
"BalanceProfitDay": 0.0,
"RealizedProfitDay": 0.0,
"RealizedProfitDayInUsd": 0.0,
"Login": 446161,
"Currency": "USD",
"Balance": 5007708.27,
"BalanceInUsd": 5007708.27,
"Equity": 4421489.27,
"EquityInUsd": 4421489.27,
"Drawdown": -11.7063,
"Volume": 705.8,
"UnrealizedProfit": -586219.0,
"TotalRealizedProfit": 7708.27,
"TotalRealizedProfitInUsd": 7708.27,
"Timestamp": "2017-06-20 00:00:00:000",
"UnrealizedProfitInUsd": -586219.0,
"RolloverSwapsInUsd": -310.59
},
{
"BalanceProfitDay": 0.0,
"RealizedProfitDay": 0.0,
"RealizedProfitDayInUsd": 0.0,
"Login": 446161,
"Currency": "USD",
"Balance": 5007708.27,
"BalanceInUsd": 5007708.27,
"Equity": 4238770.77,
"EquityInUsd": 4238770.77,
"Drawdown": -15.3551,
"Volume": 705.8,
"UnrealizedProfit": -768937.5,
"TotalRealizedProfit": 7708.27,
"TotalRealizedProfitInUsd": 7708.27,
"Timestamp": "2017-06-21 00:00:00:000",
"UnrealizedProfitInUsd": -768937.5,
"RolloverSwapsInUsd": -310.59
},
{
"BalanceProfitDay": 0.0,
"RealizedProfitDay": 0.0,
"RealizedProfitDayInUsd": 0.0,
"Login": 446161,
"Currency": "USD",
"Balance": 5007708.27,
"BalanceInUsd": 5007708.27,
"Equity": 4284110.24,
"EquityInUsd": 4284110.24,
"Drawdown": -14.4497,
"Volume": 0.0,
"UnrealizedProfit": -723598.03,
"TotalRealizedProfit": 7708.27,
"TotalRealizedProfitInUsd": 7708.27,
"Timestamp": "2017-06-21 12:57:52:891",
"UnrealizedProfitInUsd": -723598.03,
"RolloverSwapsInUsd": 0.0
}
],
"ResponseNode": "ResponseNodeAccountDailyTrack"
}
],
"RequestId": "97c9fc98-68ca-406c-8584-a9864a2630ea",
"ResponseMaster": "ResponseAccountDailyTrack"
}