1️⃣Place a conditonal order

POST /v2/algo-orders

API Key Permissions: Transactions Frequency limit value (NEW): 20 times/2 seconds Order strategy orders can only be placed through this node, and cannot be placed through spot/margin trading related interfaces. The maximum number of untriggered OPEN orders supported is 100.

Request Parameter

circle-info

Note: • The gap between orderPrice and stopPrice shouldn't exceed the price limit ratio. For example, a limit buy order's price couldn't be higher than 110% of market price, this limitation should be also applicable to orderPrice/stopPrice ratio. • User has to make sure the clientOrderId's uniqueness. While the conditional order being triggered, if the clientOrderId is duplicated with another order (within 24hour) coming from same user, the conditional order will fail triggering. • User has to make sure the corresponding account has sufficient fund for triggering this conditional order, otherwise it would cause conditional order triggering failure. • timeInForce enum values: gtc - good till cancel,boc - book or cancel (also called as post only, or book only), ioc - immediate or cancel, fok - fill or kill

Response Content

Last updated