Get active (in-flight) orders across all or filtered accounts and connectors.
This endpoint fetches real-time active orders directly from the connectors’ in_flight_orders property, providing current order status, fill amounts, and other live order data.
Args: filter_request: JSON payload with filtering criteria
Returns: Paginated response with active order data and pagination metadata
Raises: HTTPException: 500 if there’s an error fetching orders
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Request model for filtering active orders
Number of items per page
1 <= x <= 1000Cursor for next page
List of account names to filter by
List of connector names to filter by
List of trading pairs to filter by