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'