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
Request parameters
Filed name
Type
Description
orderId
Efx::OrderId
Id of order to delete (either this or clientOrderId
should be specified)
clientOrderId
Efx::ClientOrderId
Client Id of order to delete (either this or orderId
should be specified)
Response description
Field name
Type
Description
id
Efx::OrderId
Order Id
remainingSize
Efx::Size
Remaining Order size on removal
Last updated