RequestExportCsvHedgingSymbolsSwapsHistory
Request for export to csv symbols swaps history for the specified hedge accounts and symbols
Request format
{
"Nodes": [],
"From": "2022-01-06",
"To": "2022-01-14",
"Accounts": [
],
"Symbols": [
"GBPUSD",
"USDJPY"
],
"Delimeter": ";",
"FileName": "SwapsHistory.csv",
"RequestId": "01a3a577-4edd-443e-acdd-95dc42b537fe",
"RequestName": "RequestExportCsvHedgingSymbolsSwapsHistory"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique request GUID |
| Nodes | List of nodes that participate in the request. If the list is empty, then all available nodes are called. |
| From | History start date and time |
| To | Date and time of the end of history |
| Symbols | Filter by hedge accounts (all available accounts if nothing is specified) |
| Accounts | Filter by symbols (by all symbols, if nothing is specified) |
| Delimeter | Csv file separator |
| FileName | File name |
| RequestName | Request type |
Response ResponseExportCsvHedgingSymbolsSwapsHistory
{
"Result": {
"Data": "UEsDBBQAAAAIAK2KyFQdmbbUoAMAACsLAAAQAAAAQWN0aXZlT...[Content truncated for readability]...AAAAAAAAAAAAAAAAAA=="
},
"RequestId": "01a3a577-4edd-443e-acdd-95dc42b537fe",
"Errors": [],
"ResponseMaster": "ResponseExportCsvHedgingSymbolsSwapsHistory"
}