Skip to main content

Update Order

POST: /order/update

Content-Type: application/json

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
orderIdinttrueOrder Id
orderAmountstringfalseOrder Amount
pricestringfalseOrder Price
{
"orderAmount": "string",
"orderId": 0,
"price": "string"
}