del

Cancels an order

/del method makes sense only for makers, since taker's orders are processed immediately and a server does not store them.

Please note that it is not possible to specify orderId and clientOrderId simultaneously.

POST api/del

{
    "orderId": 1235
}

Request parameters

Response description

Last updated