---
title: "История ордеров пользователя"
method: POST
path: "/api/futures/order/orders-history"
tags: ["ApiFutures"]
---

# История ордеров пользователя

`POST /api/futures/order/orders-history`

## Request body

- FuturesOrdersHistoryRequest
  - `userId` string, nullable
  - `includeAllUsers` boolean
  - `currencyPair` string, nullable
  - `page` integer
  - `pageSize` integer
  - `dateFrom` string, date-time, nullable
  - `dateTo` string, date-time, nullable
  - `statuses` FuturesOrderStatus[], nullable
  - `futuresAccountId` integer, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
