# TWAP Order

| Command Text                                                                                                                                                                                            | Description                                                                                                                                                   | Example                                                                                                                                                                                                                                                             |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong><code>twap \<side> \<size> into \<count> over \<minutes></code></strong></p><p><br><strong><code>twap \<side> \<size> \<instrument> into \<count> over \<minutes> reduce</code></strong></p> | Executes a twap of \<count> number of orders of a given total \<size> over a number of \<minutes>. Can also specify to explicit instruments and/or *`reduce`* | <p><em><code>twap buy 1 into 10 over 10</code></em><br><br><em><code>twap sell 100000$ btcusdt into 100 over 240</code></em><br><br><em><code>twap sell 100% into 60 over 60 reduce</code></em><br><br><em><code>twap buy 1 ethusdt into 10  over 5</code></em></p> |


---

# 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.insilicoterminal.com/documentation/terminal-cli/twap-order.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.
