---
title: "Movements"
method: POST
path: "/auth/r/movements/{Currency}/hist"
---

# Movements

`POST /auth/r/movements/{Currency}/hist`

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

## Path parameters

- `Currency` string, required

## Request body

- object
  - `start` integer — Millisecond start time, only records with MTS_UPDATED >= start (milliseconds) will be given as response.
  - `end` integer — Millisecond end time, only records with MTS_UPDATED <= end (milliseconds) will be given as response.
  - `limit` integer — Number of records (Max 2500)
  - `id` integer[] — Optional array of deposit/withdrawal ids
  - `address` string — Optional deposit address filter

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/bitfinex/apis/api-settings-public.md) · [All operations](https://skmtc.net/bitfinex/apis/api-settings-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitfinex/api-settings-public/versions/d60be16fab63/schema)
