---
title: "Test New Order (TRADE)"
method: POST
path: "/api/v3/order/test"
tags: ["Trade"]
---

# Test New Order (TRADE)

`POST /api/v3/order/test`

Test new order creation and signature/recvWindow long.
Creates and validates a new order but does not send it into the matching engine.

Weight(IP):
  - Without computeCommissionRates: `1`
  - With computeCommissionRates: `20`

## Query parameters

- `symbol` string, required
- `side` 'SELL' | 'BUY', required
- `type` 'LIMIT' | 'MARKET' | 'STOP_LOSS' | 'STOP_LOSS_LIMIT' | 'TAKE_PROFIT' | 'TAKE_PROFIT_LIMIT' | 'LIMIT_MAKER', required
- `timeInForce` 'GTC' | 'IOC' | 'FOK'
- `quantity` number, double
- `quoteOrderQty` number, double
- `price` number, double
- `newClientOrderId` string
- `strategyId` integer
- `strategyType` integer
- `stopPrice` number, double
- `trailingDelta` number, double
- `icebergQty` number, double
- `newOrderRespType` 'ACK' | 'RESULT' | 'FULL'
- `recvWindow` integer
- `computeCommissionRates` boolean
- `timestamp` integer, required
- `signature` string, required

## Response `200`

OK

- object

## Other responses

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

## 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`
  - …7 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/order/test/post.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)
