Skip to main content
GET
Export Trades

Authorizations

X-API-Key
string
header
required

Workspace API key (tfk_test_/tfk_live_); results are scoped to the key's workspace.

Path Parameters

id
string
required

Workspace ID.

Query Parameters

status
string

Filter by settlement status bucket; pass all (or omit) for every status.

corridor
string

Directional corridor as source-dest.

dateFrom
string<date-time>

Only trades created at or after this time (RFC 3339).

dateTo
string<date-time>

Only trades created at or before this time (RFC 3339).

member
string

Admin/Owner only - case-insensitive match on member name or email; ignored for other callers.

lpName
string

Case-insensitive match on LP display name or solver id.

routingPath
string

Filter by routing path type - direct or via_broker.

amountMin
number

Minimum trade notional in USD (inclusive).

amountMax
number

Maximum trade notional in USD (inclusive).

sortBy
string

Sort column - same whitelist as the trade list; defaults to created_at.

sortDir
enum<string>

Sort direction; defaults to desc.

Available options:
asc,
desc

Response

CSV export of matching trades.

The response is of type string.