# 限价单与市价单

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/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.
