Test new order using SOR (TRADE)
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
Trading symbol, e.g. BNBUSDT
Order type
Order time in force
Used to uniquely identify this cancel. Automatically generated by default
The value cannot be less than 1000000.
Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.
Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.
The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.
Default: false
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Test new order
Changes
Changed in 2 of the 26 revisions of this API.2
- ○
added the new optional
queryrequest parametercomputeCommissionRatesnew-optional-request-parameter
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○