Skip to main content

RequestTradeSessionSymbolsTopVolumes

Get a list of all symbols traded in the current trading session, sorted by trading volume

Request format

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

Request parameters:

NameDescription
RequestIdUnique GUID request identifier
TopMaximum number of trading symbols in the response
DealerSidetrue – show dealer’s side, false – show trader’s side
CollectSuffixesInclude all symbol contracts and symbols (when true) whose Description matches
BookBook type used to build the response (possible values: AllBooks, ABook, BBook). Default is AllBooks
ReasonsList of TradeReason
AccountsGroupsList of account groups
SymbolsGroupsList of symbol groups
CountriesList of countries
NodesList of nodes included in the request. If empty, all available nodes are used.
RequestNameType of request

Response RequestTradeSessionSymbolsTopVolumes

{"Result":
[
{
"Symbol": "EURUSD",
"RolloverSwapsInUsd": -5003.47198,
"UnrealizedOrders": 1965,
"PendingOrders": 0,
"UnrealizedVolumeInLots": 737.07,
"UnrealizedVolumeInUsd": 88806583.86,
"UnrealizedProfitInUsd": -134930.35119,
"SessionRealizedProfitInUsd": -5928.43,
"SessionProfitInUsd": -43280.40699,
"SessionActivatedOrders": 322,
"SessionRealizedOrders": 274,
"SessionOpenedVolumeInLots": 325.44,
"SessionOpenedVolumeInUsd": 39161646.12,
"SessionClosedVolumeInLots": 282.70,
"SessionClosedVolumeInUsd": 34018070.07,
"SessionTotalVolumeInLots": 608.14,
"SessionTotalVolumeInUsd": 73179716.19,
"ChangeOfUnrealizedInUsd": -37351.97699
}
],
"RequestId": "01a3a577-4edd-443e-acdd-95dc42b537fe",
"Errors": [],
"ResponseMaster": "RequestTradeSessionSymbolsTopVolumes"
}