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
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
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)