Get Trades
Get trade history across all or filtered accounts with complex filtering.
Args: filter_request: JSON payload with filtering criteria
Returns: Paginated response with trade 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 trades
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
List of trade types to filter by (BUY/SELL)

