# Order Management

### Open Orders

<figure><img src="/files/yxF8qMV4Ta1ei0SdTpL1" alt=""><figcaption></figcaption></figure>

Each entry shows the token, order type, size, value, target price, attached take-profit/stop-loss settings, expiry type (e.g., GTC), creation timestamp, and quick actions to edit or cancel.&#x20;

***

### Closed Orders

<figure><img src="/files/Z0vzqitilgYLb4sXjwdR" alt=""><figcaption></figcaption></figure>

The **Closed Orders** section lists completed trades with details on token, type, trade size, filled price, execution time, and final status. Filters allow narrowing results by date, ticker, or trade type, and toggles can switch between USD and token values for clearer performance tracking.

***


---

# 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.tradegenius.com/spot-markets/order-management.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.
