From a10a7f1145c9bdeb352c2a9d3d1a9e5eb43f8f65 Mon Sep 17 00:00:00 2001 From: WoL <45914900+WoLeo-Z@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:32:56 +0800 Subject: [PATCH] Rename ORDERS_ALGO_OENDING to ORDERS_ALGO_PENDING MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 强迫症 --- okx/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okx/consts.py b/okx/consts.py index 7d40594..ee1e96b 100644 --- a/okx/consts.py +++ b/okx/consts.py @@ -154,7 +154,7 @@ ORDERS_FILLS_HISTORY = '/api/v5/trade/fills-history' PLACE_ALGO_ORDER = '/api/v5/trade/order-algo' CANCEL_ALGOS = '/api/v5/trade/cancel-algos' Cancel_Advance_Algos = '/api/v5/trade/cancel-advance-algos' -ORDERS_ALGO_OENDING = '/api/v5/trade/orders-algo-pending' +ORDERS_ALGO_PENDING = '/api/v5/trade/orders-algo-pending' ORDERS_ALGO_HISTORY = '/api/v5/trade/orders-algo-history' GET_ALGO_ORDER_DETAILS = '/api/v5/trade/order-algo' AMEND_ALGO_ORDER = '/api/v5/trade/amend-algos'