User Trade History provides users with a detailed history of their trade transactions for a specific trading pair (symbol) on our platform.
Request
Query Params
symbol
string
optional
The trading pair symbol for which trade history is requested.
Example:
WBTCUSDT
startTime
string
optional
The start time of the time range for filtering history (Unix timestamp in milliseconds).
Example:
1700779414660
endTime
string
optional
The end time of the time range for filtering history (Unix timestamp in milliseconds).
Example:
1700779414669
limit
string
optional
Specifies the maximum number of user trade history entries to retrieve (Default is 500. Maximum is 1000).
fromId
string
optional
The ID from which to start fetching records. In this API, since the order is descending (backwards), if fromId is set to 100, the system will return records starting from the ID just before 100 and continue moving backwards. The retrieval will proceed until the limit is reached.