Get Historical Orders
GET/v2/history/orders
Retrieve a list of orders placed by a trading account with specified filters.
- On a single query request you can retrieve data over a 7 day window, with the data available for the last 90 days
This endpoint requires authentication and supports pagination.
To filter by createdAtDatetime and createdAtTimestamp, additional parameters are required. For detailed instructions, see the Filtering Support section.
Additionally, this endpoint is subjected to rate limiting.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Not Authenticated
Access Forbidden
Too Many Requests
Internal Server Error