Skip to main content

RequestTradeSessionSymbolTopVolumes

Get accounts with the maximum volumes for the specified symbol in the current trading session with division into BUY and SELL

Request format

{
"Top":300,
"Symbols":["EURUSD"],
"CollectSuffixes":true,
"Nodes":[],
"NodesType": "All",
"Book":"AllBooks",
"Reasons":[],
"AccountsGroups":[],
"Countries":[
"Russia",
"United States of America"
],
"RequestId":"01a3a577-4edd-443e-acdd-95dc42b537fe",
"RequestName":"RequestTradeSessionSymbolTopVolumes"
}

Request parameters:

NameDescription
TopMaximum number of accounts in the response
SymbolsList of instruments for which volumes are selected
CollectSuffixesInclude all symbol contracts and symbols (when true) whose Description matches
NodesList of nodes included in the request. If empty, all available nodes are used.
NodesTypeNode type (Demo, Real, All). Default is All
BookBook type (AllBooks, ABook, BBook). Default is AllBooks
ReasonsList of TradeReason
AccountsGroupsList of account groups
CountriesList of countries
RequestIdUnique GUID request identifier
RequestNameType of request

Response RequestTradeSessionSymbolTopVolumes

{
"Result":{
"Buyers":[
{
"SessionOpenedVolumeInLotsBuy":40.04,
"SessionOpenedVolumeInLotsSell":0.0,
"SessionOpenedVolumeInUsdBuy":4790545.76,
"SessionOpenedVolumeInUsdSell":0.0,
"EnableReadOnly":false,
"IsAccountBlocked":false,
"RegDate":"0001-01-01 00:00:00:000",
"NeedLeverage":0,
"IsStopoutReachable":false,
"Balance":0.0,
"Credit":0.0,
"Margin":0.0,
"MarginLevel":0.0,
"Leverage":0,
"Drawdown":0.0,
"NetVolumeInUsd":0.0,
"NetVolumeInLots":0.0,
"Node":"Second",
"Platform":"Mt4",
"Login":41041493,
"Equity":0.0,
"PreviousEquity":0.0,
"ActualLeverage":0.0,
"EquityInUsd":0.0,
"PreviousEquityInUsd":0.0,
"Lots":0.0,
"UnrealizedProfitInUsd":0.0,
"TotalProfit":0.0,
"TotalProfitInUsd":0.0,
"TotalSwaps":0.0,
"TotalSwapsInUsd":0.0,
"UnrealizedProfit":0.0,
"SessionProfit":0.0,
"SessionProfitInUsd":0.0,
"SessionRealizedProfit":0.0,
"SessionRealizedProfitInUsd":0.0,
"ChangeOfUnrealizedInUsd":0.0,
"ProfitForPeriodInUsd":0.0,
"SessionOpenedVolumeInLots":0.0,
"SessionOpenedVolumeInUsd":0.0,
"SessionClosedVolumeInLots":0.0,
"SessionClosedVolumeInUsd":0.0,
"SessionBalanceProfitInUsd":0.0,
"SessionTotalVolumeInLots":0.0,
"SessionTotalVolumeInUsd":0.0,
"IsSuspicious":false,
"IsExcluded":false,
"Book":"NoBook",
"IsMiniAccount":false
}
],
"Sellers":[
{
"SessionOpenedVolumeInLotsBuy":0.0,
"SessionOpenedVolumeInLotsSell":2.12,
"SessionOpenedVolumeInUsdBuy":0.0,
"SessionOpenedVolumeInUsdSell":253672.84,
"EnableReadOnly":false,
"IsAccountBlocked":false,
"RegDate":"0001-01-01 00:00:00:000",
"NeedLeverage":0,
"IsStopoutReachable":false,
"Balance":0.0,
"Credit":0.0,
"Margin":0.0,
"MarginLevel":0.0,
"Leverage":0,
"Drawdown":0.0,
"NetVolumeInUsd":0.0,
"NetVolumeInLots":0.0,
"Node":"Second",
"Platform":"Mt4",
"Login":41043305,
"Equity":0.0,
"PreviousEquity":0.0,
"ActualLeverage":0.0,
"EquityInUsd":0.0,
"PreviousEquityInUsd":0.0,
"Lots":0.0,
"UnrealizedProfitInUsd":0.0,
"TotalProfit":0.0,
"TotalProfitInUsd":0.0,
"TotalSwaps":0.0,
"TotalSwapsInUsd":0.0,
"UnrealizedProfit":0.0,
"SessionProfit":0.0,
"SessionProfitInUsd":0.0,
"SessionRealizedProfit":0.0,
"SessionRealizedProfitInUsd":0.0,
"ChangeOfUnrealizedInUsd":0.0,
"ProfitForPeriodInUsd":0.0,
"SessionOpenedVolumeInLots":0.0,
"SessionOpenedVolumeInUsd":0.0,
"SessionClosedVolumeInLots":0.0,
"SessionClosedVolumeInUsd":0.0,
"SessionBalanceProfitInUsd":0.0,
"SessionTotalVolumeInLots":0.0,
"SessionTotalVolumeInUsd":0.0,
"IsSuspicious":false,
"IsExcluded":false,
"Book":"NoBook",
"IsMiniAccount":false
}
],
"BuyersSummary": {
"Accounts": 1,
"SessionOpenedVolumeInLotsBuy":40.04,
"SessionOpenedVolumeInUsdBuy":4790545.76
},
"SellersSummary": {
"Accounts": 1,
"SessionOpenedVolumeInLotsSell":2.12,
"SessionOpenedVolumeInUsdSell":253672.84
}
},
"RequestId": "01a3a577-4edd-443e-acdd-95dc42b537fe",
"Errors": [],
"ResponseMaster": "RequestTradeSessionSymbolTopVolumes"
}