Trade History

Get all trade history

get

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
limitnumberOptional

Maximum number of records to return (for pagination/infinite scroll).

Example: 50
startDatestringOptional

Filter trades created on/after this time. Accepts ISO string or ms timestamp.

Example: 2024-01-01T00:00:00.000Z
endDatestringOptional

Filter trades created on/before this time. Accepts ISO string or ms timestamp.

Example: 2024-12-31T23:59:59.999Z
Responses
chevron-right
200

Trade history retrieved successfully

application/json
get
/trade-history

Last updated