---
title: "Positions History"
method: POST
path: "/auth/r/positions/hist"
---

# Positions History

`POST /auth/r/positions/hist`

Returns data on past positions. Timestamps can be used to retrieve results for a specific time period.

## Request body

- object
  - `start` integer — Millisecond start time
  - `end` integer — Millisecond end time
  - `limit` integer — Number of records (Max 50)
  - `id` integer — Position id (can be passed to retrieve a specific position)

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