POST
/
sapi
/
v1
/
order
/
test

Body

application/json

Create a new test order.

Source: https://exchangeopenapi.gitbook.io/pri-openapi/openapi-doc/spot-trading-api#test-new-order

side
enum<string>
required
Available options:
BUY,
SELL,
buy,
sell
symbol
string
required
type
enum<string>
required
Available options:
LIMIT,
MARKET
volume
required
newClientOrderId
string | null
price

Response

200 - application/json

An object that contains information about the order.

executedQty
string
required
orderId
required
origQty
string
required
price
string
required
side
enum<string>
required
Available options:
BUY,
SELL,
buy,
sell
status
enum<string>
required
Available options:
NEW,
New Order,
Partially Filled,
Filled,
Cancelled,
PENDING_CANCEL,
Partially Filled/Cancelled,
REJECTED
symbol
string
required
type
enum<string>
required
Available options:
LIMIT,
MARKET
avgPrice
string | null
clientOrderId
string | null
transactTime
integer | null