RequestTradingSymbolsNames
Request for the names of traded symbols with division by nodes
Request Format
{
"RequestId": "8338874f-25df-4aee-a6fb-808c700f2cb7",
"Nodes": [
"node1",
"node2"
],
"RequestName": "RequestTradingSymbolsNames"
}
Request Parameters
| Name | Description |
|---|---|
RequestId | Unique request ID |
Nodes | List of nodes that participate in request. If the list is empty, all available nodes are requested. |
RequestName | Type of request |
Response
{
"Result": [
{
"ResponseNode": "ResponseNodeTradingSymbolsNames",
"Node": "Real MT4",
"Platform": "Mt4",
"Result": [
{
"Symbol": "NZDCADc",
"AggregationSymbol": "new zealand dollar vs canadian dollar",
"Source": "NZDCADb",
"Node": "Real MT4",
"Platform": "Mt4"
},
{
"Symbol": "AMGN.US",
"AggregationSymbol": "amgen inc",
"Source": "",
"Node": "Real MT4",
"Platform": "Mt4"
}
]
},
{
"ResponseNode": "ResponseNodeTradingSymbolsNames",
"Node": "Test MT5",
"Platform": "Mt5",
"Result": [
{
"Symbol": "CMA.US",
"AggregationSymbol": "cf industries holdings inc",
"Source": "",
"Node": "Test MT5",
"Platform": "Mt5"
},
{
"Symbol": "JP225Cash",
"AggregationSymbol": "jp225 cash index cfd",
"Source": "",
"Node": "Test MT5",
"Platform": "Mt5"
}
]
}
],
"RequestId": "0abd4e46-a852-43f1-8bbb-72dab73645ea",
"Errors": [],
"ResponseMaster": "ResponseTradingSymbolsNames"
}