Skip to main content

Cancel Order

POST: /order/cancel

Content-Type: application/json

Parameters

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