Get Orders CSV
Orders
Get Orders CSV
Export filled orders as CSV, sorted reverse chronologically.
GET
Get Orders CSV
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by trading market
Example:
"AAPL-USD.P"
Filter by order status
Example:
"open"
Filter by start time (UTC milliseconds)
Example:
1684814400000
Filter by end time (UTC milliseconds)
Example:
1672549200000
Response
CSV formatted orders
The response is of type string.