Get Orders
Get historical order data across all or filtered accounts from the database/registry.
Args: filter_request: JSON payload with filtering criteria
Returns: Paginated response with historical order data and pagination metadata
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
Request model for filtering orders with multiple criteria
Number of items per page
1 <= x <= 1000Start time as Unix timestamp in milliseconds
End time as Unix timestamp in milliseconds
Cursor for next page
List of account names to filter by
List of connector names to filter by
List of trading pairs to filter by
Order status filter

