Skip to main content

RequestAggregatedSymbolTree

Request symbol tree for specified nodes

Request format
{
"RequestId": "8338874f-25df-4aee-a6fb-808c700f2cb7",
"Search" : "eurusd",
"Nodes": [
"node1",
"node2"
],
"RequestName": "RequestAggregatedSymbolTree"
}

Request parameters:

NameDescription
RequestIdUnique GUID request ID
SearchSearch field, works only with SourceSymbol field
NodesList of nodes that participate in request. If the list is empty, all available nodes are requested.
RequestNameType of request

Response ResponseNodesInfo

 {
"Result": [
{
"Symbol": "USDJPY",
"AggregationSymbol": "us dollar vs japanese yen",
"Nodes": {
"MT5Indigosoft": [
"USDJPY",
"USDJPYlva",
"USDJPYase",
"USDJPYlvo",
"USDJPY.m",
"USDJPY.view"
],
"Second": [
"USDJPYc",
"USDJPY",
"USDJPYb",
"USDJPYd"
]
}
}
],
"RequestId": "33bc135c-a4eb-45a9-9f98-822c1ba0830c",
"Errors": [],
"ResponseMaster": "ResponseAggregatedSymbolTree"
}