---
title: "Retrieve Orders (by symbol)"
method: POST
path: "/auth/r/orders/{symbol}"
---

# Retrieve Orders (by symbol)

`POST /auth/r/orders/{symbol}`

Gets all the current user's active orders by trading pair symbol (e.g. tBTCUSD, tLTCBTC, ...).

## Path parameters

- `symbol` string, required

## Request body

- object
  - `id` integer[] — Allows you to retrieve specific orders by order ID (can be omitted to return all active orders).
  - `gid` integer — Filter results based on Group ID (int45)
  - `cid` integer — Filter based on Client ID. To use this, a cid_date must also be provided (int45)
  - `cid_date` string — Provide alongside a cid to filter based on Client ID. Format: "YYYY-MM-DD"

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