Export Trades
Bulk export of the workspace’s trade history for reconciliation and reporting. Accepts the same filters and sorting as the trade list (without pagination) and streams the result as CSV.
Authorizations
Workspace API key (tfk_test_/tfk_live_); results are scoped to the key's workspace.
Path Parameters
Workspace ID.
Query Parameters
Filter by settlement status bucket; pass all (or omit) for every status.
Directional corridor as source-dest.
Only trades created at or after this time (RFC 3339).
Only trades created at or before this time (RFC 3339).
Admin/Owner only - case-insensitive match on member name or email; ignored for other callers.
Case-insensitive match on LP display name or solver id.
Filter by routing path type - direct or via_broker.
Minimum trade notional in USD (inclusive).
Maximum trade notional in USD (inclusive).
Sort column - same whitelist as the trade list; defaults to created_at.
Sort direction; defaults to desc.
asc, desc Response
CSV export of matching trades.
The response is of type string.