List Orders by IDsget https://{region}-api.upbit.com/v1/orders/uuidsRetrieves orders by a list of UUIDs or Identifiers.Query ParamsmarketstringTrading pair code representing the market.uuids[]array of stringsList of UUIDs for orders to query. You can specify up to 100 UUIDs at once. When specifying multiple UUIDs, use the following query format: [Example] uuids[]=uuid1&uuids[]=uuid2…uuids[]ADD stringidentifiers[]array of stringsClient-specified identifiers for orders to query. Up to 100 orders can be queried. When specifying multiple identifiers, use the following query format: [Example] identifiers[]=id1&identifiers[]=id2…identifiers[]ADD stringorder_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 orders 400error objectUpdated 5 months ago