---
title: "Query Order (USER_DATA)"
method: GET
path: "/api/v3/order"
tags: ["Trade"]
---

# Query Order (USER_DATA)

`GET /api/v3/order`

Check an order's status.

- Either `orderId` or `origClientOrderId` must be sent.
- For some historical orders `cummulativeQuoteQty` will be < 0, meaning the data is not available at this time.

Weight(IP): 4

## Query parameters

- `symbol` string, required
- `orderId` integer
- `origClientOrderId` string
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Order details

- OrderDetails
  - `symbol` string, required
  - `orderId` integer, required
  - `orderListId` integer, required — Unless OCO, value will be -1
  - `clientOrderId` string, required
  - `price` string, required
  - `origQty` string, required
  - `executedQty` string, required
  - `cummulativeQuoteQty` string, required
  - `status` string, required
  - `timeInForce` string, required
  - `type` string, required
  - `side` string, required
  - `stopPrice` string, required
  - `icebergQty` string, required
  - `time` integer, required
  - `updateTime` integer, required
  - `isWorking` boolean, required
  - `workingTime` integer, required
  - `origQuoteOrderQty` string, required
  - `selfTradePreventionMode` string, required
  - `preventedMatchId` integer
  - `preventedQuantity` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

## Changes

- **2023-09-02** `6622e0c15100` — 2 info
  - added the optional property `preventedMatchId` to the response with the `200` status
  - added the optional property `preventedQuantity` to the response with the `200` status
- **2023-04-26** `042dad2ebffe` — 2 info
  - added the required property `selfTradePreventionMode` to the response with the `200` status
  - added the required property `workingTime` to the response with the `200` status
- **2021-10-25** `a484ce871a72` — 3 breaking, 22 info
  - 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 `timestamp`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - the response property `clientOrderId` became required for the status `200`
  - …21 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/order/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
