diff --git a/docs/orders.md b/docs/orders.md index ca94c25..9f6b7fb 100644 --- a/docs/orders.md +++ b/docs/orders.md @@ -280,6 +280,14 @@ To reduce the value of this worst-case estimation, there are two possible flags value too low might result in orders not being executed at all or only when the mempools are almost empty. + +## Cancelling orders + +To cancel an order. First get the order_nonce of the to be canceled order by using the list command and then cancel it: + +```text +$ pool orders cancel order_nonce +``` ## Extensibility