---
title: "Ledgers"
method: POST
path: "/auth/r/ledgers/{Currency}/hist"
---

# Ledgers

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

View your past ledger entries. Most recent entries are returned by default, but a timestamp can be used to retrieve time-specific data.

The endpoint returns data up to 6 years old.

## Path parameters

- `Currency` string, required

## Request body

- object
  - `category` integer — Allows you to filter the ledger response using an int value. For a list of possible values, see the table below.
  - `start` integer — Millisecond start time
  - `end` integer — Millisecond end time
  - `limit` integer — Number of records (Max 2500)
  - `wallet` string — Wallet name e.g. exchange, margin, funding

## 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)
