Trades
Lists trades executed under a workspace across every supported chain in one call. Filter by status, corridor, RFC 3339 time range, LP, routing path, or USD amount range; sort by a whitelisted column; page through results with limit and offset.
Authorizations
Workspace API key (tfk_test_/tfk_live_); results are scoped to the key's workspace.
Path Parameters
Workspace whose trades are returned - results are scoped to it
Query Parameters
Filter by settlement status bucket; pass all (or omit) for every status
Directional corridor as source-dest - matches the trade's source and destination chains
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; pass all (or omit) for every path
Minimum trade notional in USD (inclusive)
Maximum trade notional in USD (inclusive)
Page size, clamped to [1, 100]
1 <= x <= 100Number of records to skip
Sort column: created_at (default), order_id, member, corridor, amount_usd, lp_name, routing_path, settlement_status, settlement_speed_ms - unrecognized values fall back to created_at
Sort direction; defaults to desc
asc, desc