---
title: "Changes to All Orders (USER_DATA)"
method: GET
path: "/api/v3/allOrders"
---

# Changes to All Orders (USER_DATA)

`GET /api/v3/allOrders`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 26 revisions.

- **2023-09-02** `6622e0c15100` — 2 info
- **2023-04-26** `042dad2ebffe` — 2 info
- **2021-10-25** `a484ce871a72` — 6 breaking, 22 info

## Changes

- **2023-09-02** `6622e0c15100` — 2 info
  - added the optional property `items/preventedMatchId` to the response with the `200` status
  - added the optional property `items/preventedQuantity` to the response with the `200` status
- **2023-04-26** `042dad2ebffe` — 2 info
  - added the required property `items/selfTradePreventionMode` to the response with the `200` status
  - added the required property `items/workingTime` to the response with the `200` status
- **2021-10-25** `a484ce871a72` — 6 breaking, 22 info
  - for the `query` request parameter `endTime`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `limit`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - for the `query` request parameter `orderId`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `recvWindow`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `startTime`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `timestamp`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - the response property `code` became required for the status `400`
  - the response property `code` became required for the status `401`
  - the response property `items/clientOrderId` became required for the status `200`
  - the response property `items/cummulativeQuoteQty` became required for the status `200`
  - the response property `items/executedQty` became required for the status `200`
  - the response property `items/icebergQty` became required for the status `200`
  - the response property `items/isWorking` became required for the status `200`
  - the response property `items/orderId` became required for the status `200`
  - the response property `items/orderListId` became required for the status `200`
  - the response property `items/origQty` became required for the status `200`
  - the response property `items/origQuoteOrderQty` became required for the status `200`
  - the response property `items/price` became required for the status `200`
  - the response property `items/side` became required for the status `200`
  - the response property `items/status` became required for the status `200`
  - the response property `items/stopPrice` became required for the status `200`
  - the response property `items/symbol` became required for the status `200`
  - the response property `items/time` became required for the status `200`
  - the response property `items/timeInForce` became required for the status `200`
  - the response property `items/type` became required for the status `200`
  - the response property `items/updateTime` became required for the status `200`
  - the response property `msg` became required for the status `400`
  - the response property `msg` became required for the status `401`

---

[Operation](https://skmtc.dev/binance/apis/binance-public-spot-api/docs/api/v3/allOrders/get.md) · [API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [Page](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/allOrders/get)
