Query User Trades Fills
Returns the authenticated user's trade history.
Time range constraints:
startTime+endTime: max 7 daysstartTimeonly: 7 days after startendTimeonly: 7 days before end- Neither: 7 days before current time
Request Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | String | No | Market symbol. Optional β if omitted, returns trades across all symbols. |
| startTime | Long | No | Starting time in milliseconds |
| endTime | Long | No | Ending time in milliseconds |
| count | Integer | No | Number of records to return |
| clOrderID | String | No | Filter by custom order ID |
| orderID | String | No | Filter by order ID |
| isMatchSymbol | Boolean | No | If true, exact match on symbol only |