# Order Types in Spot Trading

YUBIT Spot Trading currently supports **two types of order placement methods**.

***

1. ### **Limit Order**

A **Limit Order** allows users to set the price at which they want to buy or sell. The order will be executed at the **specified price or a better price**, depending on market liquidity.

* The **trigger price** is determined by the user.
* The order opens or closes at the user’s **set limit price**.
* Execution may be **slower**, since the order will only fill if there are matching orders in the order book at prices **equal to or better than** the limit price.
* If there are no matching orders available, the Limit Order will stay in the order book and contribute to **market depth** until it is filled.

#### **Advantages**

* Provides greater control over the **exact execution price**.
* Useful for **partial or full take-profit (limit)** orders.
* Suitable for traders who prefer stock-style precision order placement.

#### **Disadvantages**

* **Execution is not guaranteed** — the market may not reach the specified price.
* Execution may be **slower** than market orders.

***

2. ### **Market Order**

A **Market Order** is executed immediately based on the **latest market price**, without requiring the user to set a price manually.

* The **trigger price** is the most recent transaction price on the market.
* The actual execution price may differ from the trigger price, especially in a fast-moving market.
* Ensures **instant execution**, making it ideal for timely entries or exits.

#### **Advantages**

* **Execution priority** — guarantees the order will be filled.
* Ideal when traders need to **enter or exit quickly** to follow market trends.

#### **Disadvantages**

* In periods of **high volatility**, the actual execution price may not be ideal or may differ significantly.

\
**YUBIT Team**


---

# 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://yubit.gitbook.io/yubit/spot-trading/order-types-in-spot-trading.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.
