---
title: "Changes to Get order statuses in batch"
method: POST
path: "/orders/status/batch"
---

# Changes to Get order statuses in batch

`POST /orders/status/batch`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 32 revisions.

- **2026-06-12** `da9b369e16fd` — 2 info
- **2026-06-10** `13f1d7979a96` — 2 warning, 2 info
- **2026-06-09** `6591926f3cef` — 1 breaking
- **2026-06-08** `55779d111c80` — 2 warning, 2 info
- **2026-05-22** `fe10b36da379` — 1 breaking, 23 info
- **2026-05-21** `5e9b7db6b0db` — 1 breaking
- **2026-03-26** `7583da44d16b` — 2 info
- **2026-03-24** `850283168331` — 2 breaking, 1 info
- **2026-03-09** `57db5c3f80ff` — 2 info
- **2026-03-09** `14ee5879de6b` — 1 info

## Changes

- **2026-06-12** `da9b369e16fd` — 2 info
  - the endpoint scheme security `HmacAuth` was added to the API
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
- **2026-06-10** `13f1d7979a96` — 2 warning, 2 info
  - added the new `CANCELED` enum value to the `results/items/data/execution/settlementStatus` response property for the response status `200`
  - added the new `CANCELED` enum value to the `results/items/data/order/execution/settlementStatus` response property for the response status `200`
  - added the optional property `results/items/data/order/execution/reason` to the response with the `200` status
  - added the optional property `results/items/data/order/execution/stpMakerCancels` to the response with the `200` status
- **2026-06-09** `6591926f3cef` — 1 breaking
  - the `results/items/data/order/order/expiration` response's property format changed from `date-time` to no format for status `200`
- **2026-06-08** `55779d111c80` — 2 warning, 2 info
  - added the new `DELAYED` enum value to the `results/items/data/execution/settlementStatus` response property for the response status `200`
  - added the new `DELAYED` enum value to the `results/items/data/order/execution/settlementStatus` response property for the response status `200`
  - added the optional property `results/items/data/execution/eligibleAt` to the response with the `200` status
  - added the optional property `results/items/data/order/execution/eligibleAt` to the response with the `200` status
- **2026-05-22** `fe10b36da379` — 1 breaking, 23 info
  - the `results/items/data/order/order` response's property type changed from no type to `object` for status `200`
  - added the optional property `results/items/data/order/order/expiration` to the response with the `200` status
  - added the optional property `results/items/data/order/order/feeRateBps` to the response with the `200` status
  - added the optional property `results/items/data/order/order/nonce` to the response with the `200` status
  - added the optional property `results/items/data/order/order/owner` to the response with the `200` status
  - added the optional property `results/items/data/order/order/price` to the response with the `200` status
  - added the optional property `results/items/data/order/order/taker` to the response with the `200` status
  - added the optional property `results/items/data/order/order/updatedAt` to the response with the `200` status
  - removed `#/components/schemas/Order` from the `results/items/data/order/order` response property `allOf` list for the response status `200`
  - added the required property `results/items/data/order/order/createdAt` to the response with the `200` status
  - added the required property `results/items/data/order/order/id` to the response with the `200` status
  - added the required property `results/items/data/order/order/maker` to the response with the `200` status
  - added the required property `results/items/data/order/order/makerAmount` to the response with the `200` status
  - added the required property `results/items/data/order/order/market` to the response with the `200` status
  - added the required property `results/items/data/order/order/marketId` to the response with the `200` status
  - added the required property `results/items/data/order/order/orderType` to the response with the `200` status
  - added the required property `results/items/data/order/order/ownerId` to the response with the `200` status
  - added the required property `results/items/data/order/order/salt` to the response with the `200` status
  - added the required property `results/items/data/order/order/side` to the response with the `200` status
  - added the required property `results/items/data/order/order/signature` to the response with the `200` status
  - added the required property `results/items/data/order/order/signatureType` to the response with the `200` status
  - added the required property `results/items/data/order/order/signer` to the response with the `200` status
  - added the required property `results/items/data/order/order/takerAmount` to the response with the `200` status
  - added the required property `results/items/data/order/order/tokenId` to the response with the `200` status
- **2026-05-21** `5e9b7db6b0db` — 1 breaking
  - response property `results/items/data/order/order/allOf[#/components/schemas/Order]/salt` list-of-types was widened by adding types `string` to media type `application/json` of response `200`
- **2026-03-26** `7583da44d16b` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `bearer` was removed from the API
- **2026-03-24** `850283168331` — 2 breaking, 1 info
  - the response property `results/items/data/order/order/allOf[#/components/schemas/Order]/signature` became optional for the status `200`
  - the response property `results/items/data/order/order/allOf[#/components/schemas/Order]/signatureType` became optional for the status `200`
  - added the required property `results/items/data/order/execution` to the response with the `200` status
- **2026-03-09** `57db5c3f80ff` — 2 info
  - the endpoint scheme security `bearer` was added to the API
  - the endpoint scheme security `limitless_session` was removed from the API
- **2026-03-09** `14ee5879de6b` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/docs/orders/status/batch/post.md) · [API](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api.md) · [Page](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/changes/orders/status/batch/post)
