RequestSuspiciousAccounts
Requesting a list of suspicious accounts
Request format
{
"Nodes": [
"node1",
"node2"
],
"RequestId": "4e52b230-c08b-4e35-bfb0-027162a6613a",
"RequestName": "RequestSuspiciousAccounts"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique identifier of the request |
| Nodes | List of nodes that participate in the request. If the list is empty, then all available nodes are called. |
| RequestName | Request type |
Response ResponseSuspiciousAccounts
{
"Result": [
{
"Node": "First",
"Platform": "Mt4",
"Result": [
{
"Name": "Petrov",
"EnableReadOnly": true,
"City": "Moscow",
"RegDate": "2017-03-23 19:24:24:000",
"Email": "contact@email.net",
"Phone": "+7323232",
"NeedLeverage": 0,
"Balance": 171442.25,
"Margin": 21960.2,
"MarginLevel": 702.66,
"Leverage": 200,
"Drawdown": -9.996,
"RealizedProfit": 71442.25,
"NetVolumeInUsd": 3430411.12,
"NetVolumeInLots": 40.0,
"Node": "First",
"Platform": "Mt4",
"Login": 100445,
"Group": "demo-stand-usd",
"Country": "UGANDA",
"Currency": "USD",
"Equity": 154304.82,
"ActualLeverage": 22.23,
"EquityInUsd": 154304.82,
"Lots": 40.0,
"UnrealizedProfitInUsd": -17137.43,
"TotalProfit": 54304.82,
"TotalProfitInUsd": 54304.82,
"UnrealizedProfit": -17137.43,
"SessionProfit": -10613.85,
"SessionProfitInUsd": -10613.85,
"IsSuspicious": true,
"SuspiciousComment": "cheater"
}
],
"ResponseNode": "ResponseNodeSuspiciousAccounts"
},
{
"Node": "Second",
"Platform": "Mt4",
"Result": [
],
"ResponseNode": "ResponseNodeSuspiciousAccounts"
}
],
"RequestId": "f05dc5ea-c6b9-44a4-b020-764d1c4034bb",
"ResponseMaster": "ResponseSuspiciousAccounts"
}