MovementsAsk AIpost https://api.bitfinex.com/v2/auth/r/movements/{Currency}/histView your past deposits/withdrawals. Currency can be specified to retrieve movements specific to that currency.Path ParamsCurrencystringrequiredCurrency (BTC, ...). For an up-to-date listing of supported currencies see: https://api.bitfinex.com/v2/conf/pub:map:currency:label - Currency param can be omitted to retrieve recent movements for all currencies.Body Paramsstartint64Millisecond start time, only records with MTS_UPDATED >= start (milliseconds) will be given as response.endint64Millisecond end time, only records with MTS_UPDATED <= end (milliseconds) will be given as response.limitint32Number of records (Max 2500)idarray of int32sOptional array of deposit/withdrawal idsidADD int32addressstringOptional deposit address filterResponses 200200 400400Updated 2 months ago