RequestWinnersLosers
Request for a list of top winners and top losers, taking into account the specified filter
Request format
{
"Top":3,
"AccountsGroups": [
"demo-stand-usd",
"demo-real-eur"
],
"Countries": [
"Russia",
"Indonesia"
],
"RequestId": "c1549b18-3ccb-4500-a928-7ff27e8d1fe9",
"Nodes": [
Node1
],
"RequestName": "RequestWinnersLosers"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique request GUID |
| Top | If the parameter is specified, then the response will be limited by the number of Top Winners, and Top Losers |
| AccountsGroups | List of account groups |
| Countries | List of countries |
| Nodes | List of nodes that participate in the request. If the list is empty, then all available nodes are requested. |
| RequestName | Type of request |
Response ResponseWinnersLosers response in the Winners and Losers lists contains a DtoAccountInfo structure
{
"Result": [
{
"Node": "Node1 Demo",
"Platform": "Mt4",
"Result": {
"Winners": [
{
"Name": "Name trader",
"Login": 100173,
"Group": "demo-real-usd",
"Currency": "USD",
"Balance": 9686.0,
"Equity": 14737.29,
"Margin": 9000.0,
"MarginLevel": 163.75,
"Leverage": 100,
"ActualLeverage": 72.06,
"Drawdown": 0.0,
"UnrealizedProfit": 5051.29,
"UnrealizedProfitUsd": 5051.29,
"RealizedProfit": -314.0,
"TotalProfitInUsd": 4737.29,
"EnableReadOnly": false,
"RegDate": "2017-01-06 18:57:10:000",
"Email": "contact@indigosoft.net",
"Country": "Russia",
"City": "Moscow",
"NetVolumeInLots": 1.3,
"NetVolumeInUsd": 98423.6,
"IsSuspicious": true,
"SuspiciousComment": "probably cheater"
},
{
"Name": "Name trader",
"Login": 100165,
"Group": "demo-stand-usd",
"Currency": "USD",
"Balance": 4996925.13,
"Equity": 4998565.57,
"Margin": 7058.74,
"MarginLevel": 70813.85,
"Leverage": 100,
"ActualLeverage": 0.12,
"Drawdown": 0.0,
"UnrealizedProfit": 1640.44,
"UnrealizedProfitUsd": 1640.44,
"RealizedProfit": -3074.87,
"TotalProfitInUsd": 4737.29,
"EnableReadOnly": false,
"RegDate": "2017-01-05 04:43:16:000",
"Email": "contact@indigosoft.net",
"Country": "Russia",
"City": "Moscow",
"NetVolumeInLots": 1.3,
"NetVolumeInUsd": 98423.6,
"IsSuspicious": false,
"SuspiciousComment": ""
},
{
"Name": "Name trader",
"Login": 100171,
"Group": "demo-real-usd",
"Currency": "USD",
"Balance": 49142.28,
"Equity": 50493.71,
"Margin": 10000.0,
"MarginLevel": 504.94,
"Leverage": 100,
"ActualLeverage": 44.31,
"Drawdown": 0.0,
"UnrealizedProfit": 1351.43,
"UnrealizedProfitUsd": 1351.43,
"RealizedProfit": -50857.72,
"TotalProfitInUsd": 4737.29,
"EnableReadOnly": false,
"RegDate": "2017-01-05 22:01:08:000",
"Email": "mail@gmail.com",
"Country": "Indonesia",
"City": "Bandung",
"NetVolumeInLots": 1.3,
"NetVolumeInUsd": 98423.6,
"IsSuspicious": false,
"SuspiciousComment": ""
}
],
"Losers": [
{
"Name": "Name trader",
"Login": 100182,
"Group": "demo-real-usd",
"Currency": "USD",
"Balance": 99110.81,
"Equity": 95013.86,
"Margin": 2068.77,
"MarginLevel": 4592.77,
"Leverage": 100,
"ActualLeverage": 4.02,
"Drawdown": -4.1337,
"UnrealizedProfit": -4096.95,
"UnrealizedProfitUsd": -4096.95,
"TotalProfitInUsd": -4737.29,
"RealizedProfit": -889.19,
"EnableReadOnly": false,
"RegDate": "2017-01-16 14:15:54:000",
"Email": "mail@outlook.com",
"Country": "Indonesia",
"City": "Jakarta",
"NetVolumeInLots": 1.3,
"NetVolumeInUsd": 98423.6,
"IsSuspicious": false,
"SuspiciousComment": ""
},
{
"Name": "Name trader",
"Login": 100111,
"Group": "demo-stand-usd",
"Currency": "USD",
"Balance": 6056.9,
"Equity": 2976.63,
"Margin": 2238.72,
"MarginLevel": 132.96,
"Leverage": 100,
"ActualLeverage": 0.0,
"Drawdown": -50.8556,
"UnrealizedProfit": -3080.27,
"UnrealizedProfitUsd": -3080.27,
"TotalProfitInUsd": -4737.29,
"RealizedProfit": 3056.9,
"EnableReadOnly": false,
"RegDate": "2016-12-16 01:48:03:000",
"Email": "mail@gmail.com",
"Country": "Indonesia",
"City": "",
"NetVolumeInLots": 1.3,
"NetVolumeInUsd": 98423.6,
"IsSuspicious": false,
"SuspiciousComment": ""
},
{
"Name": "Name trader",
"Login": 100075,
"Group": "demo-stand-usd",
"Currency": "USD",
"Balance": 3651185.05,
"Equity": 3650268.53,
"Margin": 2130.82,
"MarginLevel": 171308.16,
"Leverage": 100,
"ActualLeverage": 0.03,
"Drawdown": -0.0251,
"UnrealizedProfit": -916.52,
"UnrealizedProfitUsd": -916.52,
"RealizedProfit": -1348814.95,
"TotalProfitInUsd": -2334737.29,
"EnableReadOnly": false,
"RegDate": "2016-12-01 11:50:44:000",
"Email": "contact@indigosoft.net",
"Country": "Russia",
"City": "",
"NetVolumeInLots": 1.3,
"NetVolumeInUsd": 98423.6,
"IsSuspicious": false,
"SuspiciousComment": ""
}
],
"WinnersSummary": {
"Accounts": 3,
"UnrealizedProfitUsd": 8043.16
},
"LosersSummary": {
"Accounts": 3,
"UnrealizedProfitUsd": -8093.74
}
},
"ResponseNode": "ResponseNodeWinnersLosers"
}
],
"Errors": [
{
"Node": "Node3",
"Platform": "Mt4",
"Result": "Error message",
"ResponseNode": "ResponseNodeError"
}
],
"RequestId": "865bca00-56fd-4dac-8a1f-ff9bb3b6bf09",
"ResponseMaster": "ResponseWinnersLosers"
}
Errors or an empty list or a list of responses of the ResponseNodeError nodes