Cancel Order

post
Body
orderIdstringRequired

Should <= 32 symbols

Example: 1234567890abcdef
Responses
200Success
post
POST /v1/private/order/cancel HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "orderId": "1234567890abcdef"
}
200Success

No content

Last updated