---
title: "Trades"
method: GET
path: "/trades/{symbol}/hist"
---

# Trades

`GET /trades/{symbol}/hist`

The trades endpoint allows the retrieval of past public trades and includes details such as price, size, and time. Optional parameters can be used to limit the number of results; you can specify a start and end timestamp, a limit, and a sorting method.

## Path parameters

- `symbol` string, required

## Query parameters

- `limit` integer
- `sort` integer
- `start` integer
- `end` integer

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