Skip to main content

RequestAccountsOnRadar

Request for a list of radar accounts according to the criteria specified in the request

Request format

{
"MinEquityInUsd": 1000,
"MinBalanceInUsd": 1000,
"MinVolumeInUsd": 100000,
"MinVolumeInLots": 1.5,
"MinUnrealizedProfitInUsd": 500,
"MinLeverage": 20,
"TotalProfitToBalance": 50
"RequestId": "d53e2900-96d2-40d9-b7a0-3b95add5280f",
"Nodes": [
"node1"
],
"RequestName": "RequestAccountsOnRadar"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
MinEquityInUsdMinimum Equity on the account, in USD
MinBalanceInUsdMinimum balance on the account, in USD
MinVolumeInUsdMinimum volume of open orders on the account, in USD
MinVolumeInLotsMinimum volume of open orders on the account, in lots
MinUnrealizedProfitInUsdMinimum profit of open orders on the account, in USD
MinLeverageMinimum total leverage of open orders on the account
TotalProfitToBalanceThe ratio of the received total profit on the account to the balance, in percent (For example, 50% - an account with a profit of 50% of the deposit will be sent to the radar)
NodesList of nodes that participate in the request. If the list is empty, then all available nodes are called.
RequestNameRequest type

Response ResponseAccountsOnRadar contains structure DtoAccountInfo

  {
"Result": [
{
"Node": "FxFair Demo",
"Platform": "Mt4",
"Result": [
{
"Node": "FxFair Demo",
"Platform": "Mt4",
"Name": "Name trader",
"EnableReadOnly": false,
"RegDate": "2016-12-01 11:50:44:000",
"Email": "contact@indigosoft.net",
"Country": "Russia",
"City": "",
"Login": 100075,
"Group": "demo-stand-usd",
"Currency": "USD",
"Balance": 3621936.48,
"Equity": 3621825.43,
"Margin": 2132.47,
"MarginLevel": 169841.8,
"Leverage": 100,
"ActualLeverage": 0.03,
"Drawdown": -0.0031,
"UnrealizedProfit": -111.05,
"UnrealizedProfitUsd": -111.05,
"RealizedProfit": -1378063.52,
"NetVolumeInLots": 1.3,
"NetVolumeInUsd": 98423.6,
"IsSuspicious": false,
"SuspiciousComment": ""
},
{
"Node": "FxFair Demo",
"Platform": "Mt4",
"Name": "Name trader",
"EnableReadOnly": false,
"RegDate": "2016-12-19 12:33:31:000",
"Email": "contact@indigosoft.net",
"Country": "Russia",
"City": "",
"Login": 100124,
"Group": "demo-stand-eur",
"Currency": "EUR",
"Balance": 4740687.51,
"Equity": 4740524.68,
"Margin": 2436.42,
"MarginLevel": 194569.27,
"Leverage": 100,
"ActualLeverage": 0.03,
"Drawdown": -0.0034,
"UnrealizedProfit": -162.83,
"UnrealizedProfitUsd": -174.68,
"RealizedProfit": -259312.49,
"NetVolumeInLots": 1.2,
"NetVolumeInUsd": 128252.7,
"IsSuspicious": false,
"SuspiciousComment": ""
}
],
"ResponseNode": "ResponseNodeAccountsOnRadar"
}
],
"RequestId": "04d0c75c-06aa-45e9-b6c0-3abe646a7b23",
"ResponseMaster": "ResponseAccountsOnRadar"
}