# Place Order

You can place orders through the order panel, and there are separate

|                          | Limit Order                   | Market Order                                                                                                                                                                                                                                          |
| ------------------------ | ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Order side (buy or sell) | :heavy\_check\_mark: Required | :heavy\_check\_mark: Required                                                                                                                                                                                                                         |
| Price                    | :heavy\_check\_mark: Required | :heavy\_multiplication\_x: Not required                                                                                                                                                                                                               |
| Amount (order size)      | :heavy\_check\_mark: Required | :heavy\_check\_mark: Required                                                                                                                                                                                                                         |
| Limit slippage           | :heavy\_minus\_sign: NA       | <p><span data-gb-custom-inline data-tag="emoji" data-code="2795">➕</span> Advanced<br><br>When there is no limit set for slippage, we will try to fill your order size as much as your purchasing power can support through the order book depth.</p> |

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

***

### Related FAQ

* [What is the minimum order size for trade?](/faq/product.md#what-is-the-minimum-order-size-for-trade)
* [How can I conduct trades using APIs?](/faq/product.md#how-can-i-conduct-trades-using-apis)
* [Why am I unable to place 2 market buy orders concurrently?](/faq/product.md#why-am-i-unable-to-place-2-market-buy-orders-concurrently)


---

# 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.deltadefi.io/start-trading/getting-started/place-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.
