Skip to main content
GET
Get product trade log in range

Path Parameters

symbol
string
required

Trading symbol or product code such as FPT or VN30F1M.

from
integer<int64>
required

Start of the time range as Unix timestamp in milliseconds.

to
integer<int64>
required

End of the time range as Unix timestamp in milliseconds.

Response

Product trade-log response with typed data array.

isSuccess
boolean
required

Backend returned success flag.

data
object[]
required

Trade log records for the requested symbol/time range.

returnCode

Backend return code; live success responses commonly return 0.

serviceInstance
object[]

Market-data service instances that handled the request.

requestID
string

Request id generated by the market-data service.

algoID
string

Algo id echoed by the market-data service when supplied.

positionID
string

Position id echoed by the market-data service when supplied.

requestType
string

Backend request type label.

detail
string

Backend detail message.

dataType
string

Backend payload type label.

executionTime
number

Backend execution time in milliseconds when available.

lastTime
number

Last market-data timestamp returned by the service.