# 限價單與市價單

Market.Cards 支援兩種常見的訂單類型：Limit Order（限價單）和 Market Order（市價單）。

## **Limit Order（限價單）**

**Limit Order（限價單）**，是你自己設定價格的訂單。

如果你想買入，可以設一個你願意接受的最高買入價；如果你想賣出，可以設一個你願意接受的最低賣出價。只有市場上出現符合你價格條件的對手方時，限價單才會成交。

{% hint style="info" %}
**限價單不一定會立刻成交，也不保證一定能成交。** 可能出現：完全成交、部分成交、留在訂單簿等待成交。如果訂單在有效期內未成交或只成交一部分，剩餘部分可能會過期或被取消，具體以頁面顯示和平臺規則為準。
{% endhint %}

## **Market Order（市價單）**

**Market Order（市價單）** 是希望儘快按當前市場可用價格成交的訂單。

它更適合你想快速買入或賣出的時候。Market.Cards 的市價單，本質上是一種「自動定價的限價單」：下單時，系統會根據當前訂單簿的深度，結合你想買入或賣出的數量，估算出對應的可能成交報價，並把這個價格預填到訂單上。用戶確認後，訂單就以這個價格作為限價提交。

{% hint style="info" %}
**最終成交價不會高於（買入時）或低於（賣出時）你最終確認的價格。** 如果訂單簿在確認瞬間發生變化，可能出現部分成交或無法成交，剩餘部分可能會過期或被取消，具體以頁面顯示和平臺規則為準。
{% endhint %}


---

# 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.market.cards/documentation/zh-tw/market-er-ji-shi-chang-jiao-yi/xian-jia-dan-yu-shi-jia-dan.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.
