POST
/
v1
/
algo
/
order

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required
x-recv-window
number

Use this parameter to control the timeout threshold for placing order, unit in miliseconds

Body

application/json
symbol
string
required
algo_type
string

STOP/TP_SL/POSITIONAL_TP_SL

client_order_id
string

36 length, accepts hyphen but cannot be the first character, default: null

type
string

LIMIT / MARKET, required if algo_type = STOP

price
number

Optional for TP_SL and POSTIONAL_TP_SL

quantity
number

For MARKET/ASK/BID order, if order_amount is given, it is not required. Not required if type is POSITIONAL_TP_SL.

trigger_price_type
string

Only MARK_PRICE is available for now.

trigger_price
number
reduce_only
boolean
visible_quantity
boolean

Default false

side
string

SELL/BUY, required if STOP type

order_tag
string
child_orders
object

Response

200 - application/json
success
boolean
required
timestamp
integer
data
object
required