List account trades in a time range
List account trades in a time range
Authorizations
Bearer token used for protected REST API requests.
Path Parameters
Trading account identifier. The authenticated user must be allowed to access this account.
Start of the time range as Unix timestamp in milliseconds.
End of the time range as Unix timestamp in milliseconds.
Response
Trade records matching the account and time range.
Serialized persistence state associated with the trade.
System order identifier.
Client reference order identifier.
External broker order identifier.
Unique trade execution identifier.
Trading account identifier.
Traded symbol.
B for buy, S for sell.
B, S Execution price.
Executed quantity.
Execution timestamp in Unix milliseconds UTC.
Algo identifier associated with the trade, if any.
Position identifier associated with the trade, if any.
Whether the trade belongs to a hedge flow.

