Create Algo Order
Limit: 10 requests per 1 second
POST /v1/algo/order
Place maker/taker order that requires an additional trigger for order execution such as stop orders.
STOP
type order bahavior: an order to buy or sell at the market/limit price once the asset has traded at or through a specified price (the “stop price”). If the asset reaches the stop price, the order becomes a market order and is filled at the next available market price.
To place Positional TP/SL
order, the input fields is 2 layer and includes an array of the objects named childOrder. The take-profit or stop-loss order should be the objects in the array. For the sub-order in childOrder, please input CLOSE_POSITION
as type, and TAKE_PROFIT
or STOP_LOSS
in algoType field.
Sample request can be found here
Note: This endpoint requires trading scope in Orderly Key.
Headers
Use this parameter to control the timeout threshold for placing order, unit in miliseconds
Body
Response
The response is of type object
.