# Market 相關術語

* **Market（市場）**：交易 Tokenized Interest 的二級市場，採用鏈上訂單簿撮合。
* **Total Supply（總供應量）**：該 Tokenized Interest 的總供應量，已由智能合約固定、無法增發。
* **Issue Price（發行價）**：該權益在 MintBox 時的發行單價。
* **Limit Order（限價單）**：以你指定的價格或更優價格成交的訂單；未成交部分留在訂單簿等待匹配。
* **Market Order（市價單）**：以當前訂單簿最優可用價格立即成交的訂單，優先保證成交速度，最終價可能與下單時顯示的有偏差。
* **Vol/MCap（交易量/市值比）、Historical High / Low（歷史最高 / 最低價）**：市場行情指標。


---

# 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/shu-yu-biao/market-xiang-guan-shu-yu.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.
