Trade History
Retrieve all trade history for the authenticated user with detailed trade information including fees, PnL, and asset-level data
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitnumberOptionalExample:
Maximum number of records to return (for pagination/infinite scroll).
50startDatestringOptionalExample:
Filter trades created on/after this time. Accepts ISO string or ms timestamp.
2024-01-01T00:00:00.000ZendDatestringOptionalExample:
Filter trades created on/before this time. Accepts ISO string or ms timestamp.
2024-12-31T23:59:59.999ZResponses
200
Trade history retrieved successfully
application/json
404
No trade history found
get
/trade-historyLast updated