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