Test New Order (TRADE)
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
Trading symbol, e.g. BNBUSDT
Order type
Order time in force
Order quantity
Quote quantity
Order price
Used to uniquely identify this cancel. Automatically generated by default
The value cannot be less than 1000000.
Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.
Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.
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 value cannot be greater than 60000
Default: false
UTC timestamp in ms
Signature
Response
OK
Changes
Changed in 4 of the 26 revisions of this API.213
- ○
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
- ○
- ○
added the new optional
queryrequest parameterstrategyIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstrategyTypenew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parametertrailingDeltanew-optional-request-parameter
- ○
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
for the
queryrequest parametericebergQty, the type/format was generalized fromnumber/floattonumber/doublerequest-parameter-type-generalized
- ○
for the
queryrequest parameterprice, the type/format was generalized fromnumber/floattonumber/doublerequest-parameter-type-generalized
- ○
for the
queryrequest parameterquantity, the type/format was generalized fromnumber/floattonumber/doublerequest-parameter-type-generalized
- ○
for the
queryrequest parameterquoteOrderQty, the type/format was generalized fromnumber/floattonumber/doublerequest-parameter-type-generalized
- ○
for the
queryrequest parameterstopPrice, the type/format was generalized fromnumber/floattonumber/doublerequest-parameter-type-generalized
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ▲