Skip to main content

RequestExportCsvAccountStpHistory

*Request for export stp trading history of the specified account to csv

Request format

{
"Login": 10001,
"From": "2016-10-06",
"To": "2017-01-14",
"Delimeter" : ";",
"FileName" : "StpTradeHistory.csv",
"RequestId": "c5bc135c-a4eb-45a9-9f98-822c1ba0830b",
"Nodes": [
"node1"
],
"RequestName": "RequestExportCsvAccountStpHistory"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
NodesOne node is indicated on which the account is registered
LoginLogin by which the history is needed
FromHistory start date and time
ToDate and time of the end of history
RequestNameRequest type
DelimeterCsv file separator
FileNameFile name

Response ResponseExportCsvAccountStpHistory

{
"Result": {
"Data": "UEsDBBQAAAAIAK2KyFQdmbbUoAMAACsLAAAQAAAAQWN0aXZlT...[Content truncated for readability]...AAAAAAAAAAAAAAAAAA=="
},
"RequestId": "01a3a577-4edd-443e-acdd-95dc42b537fd",
"Errors": [],
"ResponseMaster": "ResponseExportCsvAccountStpHistory"
}