It is recommended to use the GET /api/v1/hf/fills endpoint instead of this endpoint
Request recent fills via this endpoint.
The return value is the data after Pagination, sorted in descending order according to time.
The system allows you to retrieve up to one week’s worth of data (starting from the last day by default). If the time period of the queried data exceeds one week (time range from the start to end time exceeding 7 * 24 hours), the system will prompt to remind you that you have exceeded the time limit. If you only specified the start time, the system will automatically calculate the end time (end time = start time + 7 * 24 hours). Conversely, if you only specified the end time, the system will calculate the start time (start time = end time - 7 * 24 hours) the same way.The total number of items retrieved cannot exceed 50,000. If it is exceeded, please shorten the query time range.