# Order Status

This field represents the status of an order in the order flow.

**create**: Order successfully added to order queue.

**transfer**: During processing of orders, when the order is eligible to be executed(based on the last execution price), the order status will get updated to 'transfer' and order will be promoted to orderbook.

**update**: Partial fill of order to represent pending quantity.

**cancel**: When the remaining quantity in the order has been canceled by the user.

**delete**: Successful execution of order.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.metalx.com/developers-dex/contract-mappings/order-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
