Skip to main content
PUT
cURL
Limit: 5 requests per 1 second
Edit algo order by algo order id.

Headers

x-api-key
string
required

api-key

Example:

"abcdef123456"

x-api-signature
string
required

api-signature

Example:

"signaturestring"

x-api-timestamp
string
required

api-timestamp

Example:

"1718943200000"

Body

application/json
algoOrderId
integer

Algo order Id; Either algoOrderId or clientOrderId is required. If both are passed, algoOrderId will be used.

clientAlgoOrderId
integer

Algo order client order Id; Either algoOrderId or clientAlgoOrderId is required. If both are passed, algoOrderId will be used.

quantity
string

Order quantity, not required for POSITIONAL_TP_SL order

visibleQuantity
integer

The order quantity shown on orderbook; for POSITIONAL_TP_SL order, visibleQuantity applies directly to the child orders

triggerPrice
string

New trigger price

triggerPriceType
string

New trigger price type, currently only support MARKET_PRICE (i.e. last price)

price
string

New order price, only applicable if type is LIMIT

Response

200 - application/json
success
boolean

true

timestamp
integer

timestamp

data
object