Get Orders
GET/v2/orders
Retrieve a list of orders placed by a trading account with specified filters.
- Only the last 24 hours of data is available for querying
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