Orders History (by symbol)Ask AIpost https://api.bitfinex.com/v2/auth/r/orders/{symbol}/histRetrieves all user's closed/cancelled orders up to 2 weeks in the past by trading pair symbol (e.g. tBTCUSD, tLTCBTC, ...).Path ParamssymbolstringrequiredDefaults to tBTCUSDThe symbol for which to retrieve order history (e.g. tBTCUSD, tETHUSD, ...).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.limitint32Number 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