Movements

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

Response data

IndexFieldTypeDescription
[0...n]MOVEMENT_ARRAYMovement arrayEach index contains one of the n` current user's movements entries.

Movement arrays (Index [0...n])

Index Field Type Description
[0] ID String Movement identifier
[1] CURRENCY String The symbol of the currency (ex. "BTC")
[2] CURRENCY_NAME String The extended name of the currency (ex. "BITCOIN")
[ . . . ]
[5] MTS_STARTED Int Movement started at
[6] MTS_UPDATED Int Movement last updated at
[ . . . ]
[9] STATUS String Current status
[ . . . ]
[12] AMOUNT String Amount of funds moved (positive for deposits, negative for withdrawals)
[13] FEES String Tx Fees applied
[ . . . ]
[16] DESTINATION_ADDRESS String Destination address
[17] PAYMENT_ID String Payment ID (if relevant)
[ . . . ]
[20] TRANSACTION_ID String Transaction identifier
[21] WITHDRAW_TRANSACTION_NOTE String Optional personal withdraw transaction note

Ratelimit: 90 req/min

Path Params
string
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.

Body Params
int64

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

int64

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

int32

Number of records (Max 2500)

id
array of int32s

Optional array of deposit/withdrawal ids

id
string

Optional deposit address filter

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json