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:
| Name | Description |
|---|---|
| Top | Maximum number of accounts in the response |
| Symbols | List of instruments for which volumes are selected |
| CollectSuffixes | Include all symbol contracts and symbols (when true) whose Description matches |
| Nodes | List of nodes included in the request. If empty, all available nodes are used. |
| NodesType | Node type (Demo, Real, All). Default is All |
| Book | Book type (AllBooks, ABook, BBook). Default is AllBooks |
| Reasons | List of TradeReason |
| AccountsGroups | List of account groups |
| Countries | List of countries |
| RequestId | Unique GUID request identifier |
| RequestName | Type 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"
}