---
title: "Changes to Create order"
method: POST
path: "/accounts/{account_id}/orders"
---

# Changes to Create order

`POST /accounts/{account_id}/orders`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 22 revisions.

- **2026-03-03** `05b4df42c056` — 2 breaking, 2 info
- **2026-03-03** `9deaa48a0d68` — 3 breaking
- **2026-03-03** `05b4df42c056` — 1 info
- **2025-02-26** `21ec6316c734` — 6 info
- **2025-02-24** `d8047ed69569` — 1 breaking, 1 info
- **2025-02-20** `b9727888407f` — 11 breaking, 8 warning
- **2024-10-11** `468b5da24bbf` — 3 breaking
- **2024-10-04** `414d28e74399` — 9 info
- **2024-09-05** `dc777b93c0ed` — 8 breaking, 8 info
- **2024-08-27** `cac25d6221de` — 1 warning, 3 info

## Changes

- **2026-03-03** `05b4df42c056` — 2 breaking, 2 info
  - request property `open_close_indicator` was restricted to a list of enum values
  - the `open_close_indicator` request property type/format changed from ``/`` to `string`/``
  - added the new `close` enum value to the request property `open_close_indicator`
  - added the new `open` enum value to the request property `open_close_indicator`
- **2026-03-03** `9deaa48a0d68` — 3 breaking
  - removed the enum value `close` of the request property `open_close_indicator`
  - removed the enum value `open` of the request property `open_close_indicator`
  - the `open_close_indicator` request property type/format changed from `string`/`` to ``/``
- **2026-03-03** `05b4df42c056` — 1 info
  - added the new optional request property `open_close_indicator`
- **2025-02-26** `21ec6316c734` — 6 info
  - added the new `ap` enum value to the request property `strategy/anyOf[#/components/schemas/DmaStrategy]/type`
  - added the new `dark` enum value to the request property `strategy/anyOf[#/components/schemas/DmaStrategy]/type`
  - added the new `pov` enum value to the request property `strategy/anyOf[#/components/schemas/DmaStrategy]/type`
  - added the new `sor` enum value to the request property `strategy/anyOf[#/components/schemas/DmaStrategy]/type`
  - added the new `twap` enum value to the request property `strategy/anyOf[#/components/schemas/DmaStrategy]/type`
  - added the new `vwap` enum value to the request property `strategy/anyOf[#/components/schemas/DmaStrategy]/type`
- **2025-02-24** `d8047ed69569` — 1 breaking, 1 info
  - removed `#/components/schemas/SorStrategy, #/components/schemas/VwapStrategy, #/components/schemas/TwapStrategy, #/components/schemas/ApStrategy, #/components/schemas/PovStrategy, #/components/schemas/DarkStrategy, #/components/schemas/DmaStrategy` from the `strategy` request property `oneOf` list
  - added `#/components/schemas/SorStrategy, #/components/schemas/VwapStrategy, #/components/schemas/TwapStrategy, #/components/schemas/ApStrategy, #/components/schemas/PovStrategy, #/components/schemas/DarkStrategy, #/components/schemas/DmaStrategy` to the `strategy` request property `anyOf` list
- **2025-02-20** `b9727888407f` — 11 breaking, 8 warning
  - added `subschema #2` to the `strategy/oneOf[#/components/schemas/ApStrategy]/` request property `allOf` list
  - added `subschema #2` to the `strategy/oneOf[#/components/schemas/DarkStrategy]/` request property `allOf` list
  - added `subschema #2` to the `strategy/oneOf[#/components/schemas/PovStrategy]/` request property `allOf` list
  - added `subschema #2` to the `strategy/oneOf[#/components/schemas/TwapStrategy]/` request property `allOf` list
  - added `subschema #2` to the `strategy/oneOf[#/components/schemas/VwapStrategy]/` request property `allOf` list
  - removed the enum value `ap` of the request property `strategy/oneOf[#/components/schemas/DmaStrategy]/type`
  - removed the enum value `dark` of the request property `strategy/oneOf[#/components/schemas/DmaStrategy]/type`
  - removed the enum value `pov` of the request property `strategy/oneOf[#/components/schemas/DmaStrategy]/type`
  - removed the enum value `sor` of the request property `strategy/oneOf[#/components/schemas/DmaStrategy]/type`
  - removed the enum value `twap` of the request property `strategy/oneOf[#/components/schemas/DmaStrategy]/type`
  - removed the enum value `vwap` of the request property `strategy/oneOf[#/components/schemas/DmaStrategy]/type`
  - removed the request property `strategy/oneOf[#/components/schemas/ApStrategy]/max_percent`
  - removed the request property `strategy/oneOf[#/components/schemas/ApStrategy]/min_percent`
  - removed the request property `strategy/oneOf[#/components/schemas/DarkStrategy]/max_percent`
  - removed the request property `strategy/oneOf[#/components/schemas/PovStrategy]/target_percent`
  - removed the request property `strategy/oneOf[#/components/schemas/TwapStrategy]/max_percent`
  - removed the request property `strategy/oneOf[#/components/schemas/TwapStrategy]/min_percent`
  - removed the request property `strategy/oneOf[#/components/schemas/VwapStrategy]/max_percent`
  - removed the request property `strategy/oneOf[#/components/schemas/VwapStrategy]/min_percent`
- **2024-10-11** `468b5da24bbf` — 3 breaking
  - removed the enum value `gotc` of the request property `strategy/oneOf[#/components/schemas/DmaStrategy]/destination`
  - removed the enum value `xchi` of the request property `strategy/oneOf[#/components/schemas/DmaStrategy]/destination`
  - removed the enum value `xphl` of the request property `strategy/oneOf[#/components/schemas/DmaStrategy]/destination`
- **2024-10-04** `414d28e74399` — 9 info
  - added `dma` discriminator mapping keys to the `strategy` request property
  - added the new `dma` enum value to the request property `strategy/oneOf[#/components/schemas/ApStrategy]/allOf[#/components/schemas/BaseStrategy]/type`
  - added the new `dma` enum value to the request property `strategy/oneOf[#/components/schemas/DarkStrategy]/allOf[#/components/schemas/BaseStrategy]/type`
  - added the new `dma` enum value to the request property `strategy/oneOf[#/components/schemas/PovStrategy]/allOf[#/components/schemas/BaseStrategy]/type`
  - added the new `dma` enum value to the request property `strategy/oneOf[#/components/schemas/SorStrategy]/allOf[#/components/schemas/BaseStrategy]/type`
  - added the new `dma` enum value to the request property `strategy/oneOf[#/components/schemas/TwapStrategy]/allOf[#/components/schemas/BaseStrategy]/type`
  - added the new `dma` enum value to the request property `strategy/oneOf[#/components/schemas/VwapStrategy]/allOf[#/components/schemas/BaseStrategy]/type`
  - added the new `stop-limit` enum value to the request property `order_type`
  - added `#/components/schemas/DmaStrategy` to the `strategy` request property `oneOf` list
- **2024-09-05** `dc777b93c0ed` — 8 breaking, 8 info
  - the `strategy/oneOf[#/components/schemas/ApStrategy]/max_percent` request property type/format changed from `number`/`` to `integer`/``
  - the `strategy/oneOf[#/components/schemas/ApStrategy]/min_percent` request property type/format changed from `number`/`` to `integer`/``
  - the `strategy/oneOf[#/components/schemas/DarkStrategy]/max_percent` request property type/format changed from `number`/`` to `integer`/``
  - the `strategy/oneOf[#/components/schemas/PovStrategy]/target_percent` request property type/format changed from `number`/`` to `integer`/``
  - the `strategy/oneOf[#/components/schemas/TwapStrategy]/max_percent` request property type/format changed from `number`/`` to `integer`/``
  - the `strategy/oneOf[#/components/schemas/TwapStrategy]/min_percent` request property type/format changed from `number`/`` to `integer`/``
  - the `strategy/oneOf[#/components/schemas/VwapStrategy]/max_percent` request property type/format changed from `number`/`` to `integer`/``
  - the `strategy/oneOf[#/components/schemas/VwapStrategy]/min_percent` request property type/format changed from `number`/`` to `integer`/``
  - the `strategy/oneOf[#/components/schemas/ApStrategy]/max_percent` request property's max was increased from `1.00` to `100.00`
  - the `strategy/oneOf[#/components/schemas/ApStrategy]/min_percent` request property's max was increased from `1.00` to `100.00`
  - the `strategy/oneOf[#/components/schemas/DarkStrategy]/max_percent` request property's max was increased from `1.00` to `100.00`
  - the `strategy/oneOf[#/components/schemas/PovStrategy]/target_percent` request property's max was increased from `1.00` to `100.00`
  - the `strategy/oneOf[#/components/schemas/TwapStrategy]/max_percent` request property's max was increased from `0.50` to `50.00`
  - the `strategy/oneOf[#/components/schemas/TwapStrategy]/min_percent` request property's max was increased from `1.00` to `100.00`
  - the `strategy/oneOf[#/components/schemas/VwapStrategy]/max_percent` request property's max was increased from `1.00` to `50.00`
  - the `strategy/oneOf[#/components/schemas/VwapStrategy]/min_percent` request property's max was increased from `1.00` to `100.00`
- **2024-08-27** `cac25d6221de` — 1 warning, 3 info
  - removed the request property `strategy_type`
  - added the new optional request property `stop_price`
  - added the new optional request property `strategy`
  - added the new `stop` enum value to the request property `order_type`

---

[Operation](https://skmtc.dev/clear-street/apis/common-api-models/docs/accounts/:account_id/orders/post.md) · [API](https://skmtc.dev/clear-street/apis/common-api-models.md) · [Page](https://skmtc.dev/clear-street/apis/common-api-models/changes/accounts/:account_id/orders/post)
