v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Movements

View your past deposits/withdrawals. Currency can be specified to retrieve movements specific to that currency.

post/auth/r/movements/{Currency}/hist

Path parameters

Currencystring required

Currency (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.

Request body

startinteger

Millisecond start time, only records with MTS_UPDATED >= start (milliseconds) will be given as response.

endinteger

Millisecond end time, only records with MTS_UPDATED <= end (milliseconds) will be given as response.

limitinteger

Number of records (Max 2500)

idinteger[]

Optional array of deposit/withdrawal ids

addressstring

Optional deposit address filter

Response

200