---
title: "Changes to Test New Order (TRADE)"
method: POST
path: "/api/v3/order/test"
---

# Changes to Test New Order (TRADE)

`POST /api/v3/order/test`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 26 revisions.

- **2024-06-06** `6c02ecd56d37` — 1 info
- **2022-08-15** `f9cbbeb40e31` — 2 info
- **2022-04-25** `f008d48ec623` — 1 info
- **2021-10-25** `a484ce871a72` — 2 breaking, 9 info

## Changes

- **2024-06-06** `6c02ecd56d37` — 1 info
  - added the new optional `query` request parameter `computeCommissionRates`
- **2022-08-15** `f9cbbeb40e31` — 2 info
  - added the new optional `query` request parameter `strategyId`
  - added the new optional `query` request parameter `strategyType`
- **2022-04-25** `f008d48ec623` — 1 info
  - added the new optional `query` request parameter `trailingDelta`
- **2021-10-25** `a484ce871a72` — 2 breaking, 9 info
  - 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`
  - for the `query` request parameter `icebergQty`, the type/format was generalized from `number`/`float` to `number`/`double`
  - for the `query` request parameter `price`, the type/format was generalized from `number`/`float` to `number`/`double`
  - for the `query` request parameter `quantity`, the type/format was generalized from `number`/`float` to `number`/`double`
  - for the `query` request parameter `quoteOrderQty`, the type/format was generalized from `number`/`float` to `number`/`double`
  - for the `query` request parameter `stopPrice`, the type/format was generalized from `number`/`float` to `number`/`double`
  - the response property `code` became required for the status `400`
  - the response property `code` became required for the status `401`
  - 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/order/test/post.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/order/test/post)
