List Open Ordersget https://{region}-api.upbit.com/v1/orders/openRetrieves the list of open orders that are currently pending execution.Query ParamsmarketstringTrading pair code representing the market.statestringenumDefaults to waitStatus of the order. This is a filter parameter used to retrieve only orders with the specified status. The available values are "wait" (waiting to be executed) and "watch" (waiting as a reserved order). If not specified, the default value is "wait".Allowed:waitwatchstates[]array of stringsDefaults to waitStatus of the order. A filter parameter used to retrieve only orders with the specified status. This parameter is in array format, and the available values are "wait" (waiting to be executed) and "watch" (waiting as a reserved order). If not specified, the default value is "wait". [Example] states[]=wait&states[]=watchstates[]ADD stringpageintegerDefaults to 1Page number for pagination. A parameter for pagination that allows you to specify the page to retrieve. If not specified, the default value is 1.limitintegerDefaults to 100Number of items per page. A parameter for pagination that allows you to specify the number of items per page to retrieve. Up to 100 items can be retrieved at a time, and if not specified, the default value is 100.order_bystringenumDefaults to descSorting method for query results. Returns a list of orders sorted according to the specified method based on the order creation time. The available values are "desc" (descending, latest orders first) or "asc" (ascending, oldest orders first). The default value is "desc".Allowed:ascdescResponses 200List of open orders 400error objectUpdated 7 months ago