---
title: "Create Buy or Sell order"
method: POST
path: "/api/orders"
tags: ["ApiOrders"]
---

# Create Buy or Sell order

`POST /api/orders`

## Request body

- OrderCreateRequest
  - `actionId` string, nullable
  - `isMarket` boolean
  - `isBid` boolean
  - `currencyPairCode` string, nullable
  - `amount` number, double
  - `price` number, double
  - `dateCreated` string, date-time
  - `clientType` 0 | 1 | 2 | 3 | 40 | 50 | 60 | 70 | 80
  - `userId` string, nullable
  - `exchange` 0 | 1 | 2 | 3 | 4
  - `marketBidTotalBlocked` number, double

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