---
title: "Test new order using SOR (TRADE)"
method: POST
path: "/api/v3/sor/order/test"
tags: ["Trade"]
---

# Test new order using SOR (TRADE)

`POST /api/v3/sor/order/test`

Test new order creation and signature/recvWindow using smart order routing (SOR).
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, required
- `price` number, double
- `newClientOrderId` string
- `strategyId` integer
- `strategyType` integer
- `icebergQty` number, double
- `newOrderRespType` 'ACK' | 'RESULT' | 'FULL'
- `selfTradePreventionMode` 'EXPIRE_TAKER' | 'EXPIRE_MAKER' | 'EXPIRE_BOTH' | 'NONE'
- `computeCommissionRates` boolean
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Test new order

- object

## Other responses

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

---

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