Orders HistoryAsk AIpost https://api.bitfinex.com/v2/auth/r/orders/histRetrieves all user's closed/cancelled orders up to 2 weeks in the past.Body Paramsstartint64If start is given, only records with MTS_CREATE >= start (milliseconds) will be given as response.endint64If end is given, only records with MTS_CREATE <= end (milliseconds) will be given as response.limitint64Number of records in response (max. 2500).idarray of int64sAllows users to retrieve specific orders by Order ID (id: [ID1, ID2, ID3]).idADD int64Response 200200Updated 3 months ago