From ae48cf330ff929a23b5fee16ae101f75cd400808 Mon Sep 17 00:00:00 2001 From: BLdotN <45577747+BLdotN@users.noreply.github.com> Date: Thu, 10 Dec 2020 00:52:56 +0100 Subject: [PATCH] docs: add how to cancel orders --- docs/orders.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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