Skip to main content

Update Order(Limit)

PUT: /v1/spot/order/{orderId}

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
orderIdnumbertrueorder ID
pricenumbertruePrice
quantitynumbertrueQuantity
clientOrderIdstringfalseclient Order Id

Limit Flow Rules

50/s/apikey

Java
public String orderPost(){

}
Response
{
"code": 200,
"msg": "string",
"msgInfo": [
{}
],
"data": {
"orderId": "6216559590087220004", //order id
"modifyId": "407329711723834560", //modify id
"clientModifyId": "string"
}
}