TradesCopy Pagepost https://api.bitfinex.com/v2/auth/r/trades/histRetrieve your trades. Your most recent trades will be retrieved by default, but a timestamp can be used to retrieve time-specific data.Body Paramsstartint64If start is given, only records with MTS >= start (milliseconds) will be given as response.endint64If start is given, only records with MTS <= end (milliseconds) will be given as response.limitint32Number of records in response (max. 2500).sortint32+1: sort in ascending order | -1: sort in descending order (by MTS field).Response 200200Updated 11 months ago