---
title: "Создать ордер"
method: POST
path: "/api/futures/order/create"
tags: ["ApiFutures"]
---

# Создать ордер

`POST /api/futures/order/create`

## Request body

- FuturesOrderCreateRequest
  - `isMarket` boolean
  - `isLong` boolean
  - `leverage` integer
  - `price` number, double, nullable
  - `stopLoss` number, double, nullable
  - `takeProfit` number, double, nullable
  - `stopPrice` number, double, nullable
  - `amount` number, double
  - `currencyPairCode` string, nullable
  - `userId` string, nullable
  - `orderAmountType` 1 | 2 | 3
  - `futuresAccountId` integer
  - `fromCopyMasterAccountId` integer, nullable
  - `fromCopyMasterOrderId` string, nullable
  - `clientOrderId` string, 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)
