# Market order

To execute a market order, enter the order amount or volume without specifying a price.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/2295d8c8-34ea-460d-b4bd-636b2a2a1663/image.png" alt="" width="375"><figcaption></figcaption></figure>

## ​Buying

Once a market <mark style="color:green;">**buy**</mark> order is placed, the exchange will execute the <mark style="color:red;">**sell**</mark> orders (ASK) from the order book, starting from the farthest order until the market order is fully filled.

## Selling

Once a market <mark style="color:red;">**sell**</mark> order is placed, the exchange will execute the <mark style="color:green;">**buy**</mark> orders (BID) from the order book, starting from the farthest order until the market order is fully filled.

A Market order execute orders in the order book (reducing liquidity) and incurs a **Taker** commission of 0.05% in the Futures market.

**Do you have any questions? We can help you in our Telegram chat.**

{% embed url="<https://t.me/finandy>" %}


---

# 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.finandy.com/trading/create-order-grid/order-types/market-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.
