Skip to main content

Cancel Algo Order(TRADE)

API Description

Cancel an open TWAP order

HTTP Request

DELETE /sapi/v1/algo/spot/order

Request Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
algoIdLONGYESeg. 14511
recvWindowLONGNO
timestampLONGYES

Response Example

{
"algoId": 14511,
"success": true,
"code": 0,
"msg": "OK"
}