---
title: "Trades"
method: POST
path: "/auth/r/trades/hist"
---

# Trades

`POST /auth/r/trades/hist`

Retrieve your trades. Your most recent trades will be retrieved by default, but a timestamp can be used to retrieve time-specific data.

## Request body

- object
  - `start` integer — If start is given, only records with MTS >= start (milliseconds) will be given as response.
  - `end` integer — If start is given, only records with MTS <= end (milliseconds) will be given as response.
  - `limit` integer — Number of records in response (max. 2500).
  - `sort` integer — +1: sort in ascending order | -1: sort in descending order (by MTS field).

## Response `200`

200

---

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