List orders
GET/api/v1/orders
Retrieve order history for the authenticated user with optional filters. Accepts JWT, connected app device token (dt_*), or API key. Connected app tokens require the trading:read scope.
Request
Responses
- 200
- 401
- 500
Paginated list of orders
Authentication required
Server error