---
title: "OTC Orders History"
method: POST
path: "/auth/r/orders/otc/{Symbol}/hist"
---

# OTC Orders History

`POST /auth/r/orders/otc/{Symbol}/hist`

Returns historic OTC orders.

## Path parameters

- `Symbol` string, required

## Request body

- object
  - `start` integer — Millisecond start time
  - `end` integer — Millisecond end time
  - `limit` integer — Number of records (Max 500)
  - `id` integer[] — Allows you to retrieve specific orders by order ID (id: [ID1, ID2, ID3])

## Response `200`

200

- array[]
  - unknown[]
    - unknown

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