Skip to main content

Update Order(Limit)

Type: put Description: /v4/order/{orderId}

Parameters

nametypemandatorydefaultdescriptionranges
orderIdnumbertrueorder ID
pricenumbertruePrice
quantitynumbertrueQuantity

Limit Flow Rules

50/s/apikey

Response Example

Response
{
"rc": 0,
"mc": "string",
"ma": [{}],
"result": {
"orderId": "6216559590087220004", //order id
"modifyId": "407329711723834560" //modify id
}
}